Django: Creating models dynamically
My original idea with siteplan was to allow a quick way to start and run a new django project (or app). The official way is to always start a minimal app that contains at least the following:
models.py
settings.py
urls.py
Apparently, you need th...
grep.koditi.my4 min read