Feature/activity log
Compare changes
- Neda Moeini authored
+ 21
− 0
@@ -9,6 +9,7 @@ For the full list of settings and their values, see
@@ -27,6 +28,9 @@ ALLOWED_HOSTS: list[str] = os.getenv("ALLOWED_HOSTS", "").split(",")
@@ -36,6 +40,7 @@ INSTALLED_APPS = [
@@ -48,6 +53,7 @@ MIDDLEWARE = [
@@ -64,6 +70,8 @@ TEMPLATES = [
@@ -146,3 +154,16 @@ MEDIA_ROOT = os.getenv("MEDIA_ROOT", BASE_DIR / "media")
\ No newline at end of file