Added user registration

This commit is contained in:
ITQ
2024-02-29 18:12:41 +03:00
parent b9a7654830
commit a04b06bb4b
14 changed files with 198 additions and 7 deletions
-2
View File
@@ -2,8 +2,6 @@ DJANGO_DEBUG = False
SECRET_KEY = secret_key
DJANGO_ALLOWED_HOSTS = 127.0.0.1
INTERNAL_IPS = 127.0.0.1
POSTGRES_CONN = postgres://login:pass@localhost:5432/postgres
POSTGRES_JDBC_URL = jdbc:postgresql://host:port/dbname
POSTGRES_USERNAME = postgres
POSTGRES_PASSWORD = password
POSTGRES_HOST = localhost