Core: Send Json over API
This commit is contained in:
parent
a8adb825d5
commit
91f6fca9c8
14 changed files with 243 additions and 0 deletions
6
proxy/apps.py
Normal file
6
proxy/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ProxyConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'proxy'
|
Loading…
Add table
Add a link
Reference in a new issue