Initialize Fonrey Django multi-tenant project skeleton
Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
This commit is contained in:
3
config/settings/development.py
Normal file
3
config/settings/development.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .base import *
|
||||
|
||||
DEBUG = True
|
||||
Reference in New Issue
Block a user