add saver, new server, etc

This commit is contained in:
ismailsosic
2022-07-16 09:45:58 +02:00
parent 28b2304d44
commit ad019c078d
24 changed files with 721 additions and 267 deletions

View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class SearchesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'searches'