Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
4 lines
34 B
Python
4 lines
34 B
Python
from .base import *
|
|
|
|
DEBUG = True
|