Hi..
For the app, i like to use loose couple method from project dir so i can reuse and plug my app in other project easily.
I learn it from a book call practical django apps.
And i want ask about settings.py, if we make the settings become a folder and put dev.py, prod.py, any step to make manage.py know which one to load. Seems there is no info about it in the blog.
Btw i stil using django 1.3
Thanks for the share
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/7G089jM6W6gJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
And i want ask about settings.py, if we make the settings become a folder and put dev.py, prod.py, any step to make manage.py know which one to load. Seems there is no info about it in the blog.