Quantcast
Channel: Django directory structure? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Hedde van der Heide for Django directory structure?

Common structuresIn Django 1.4+project_root/ project_name/ media/ static/ some_app/css/app.css # overriding an app css file from project level css/ project.css static_root/ # in production using the...

View Article



Answer by Dean Elbaz for Django directory structure?

If you need to use the database, you should add the data models to models.py. For your program I recommend writing it in new python files (e.g. queuing.py) that you would import when and where you want...

View Article

Django directory structure?

I would like to implement a simple queueing service specific to a project. Where should the code go into in the Django directory structure?Currently the structure is:sound/ __init__.py models.py...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images