lose access to my app on dashboard when setting.DEBUG=False

2012-04-08 Thread sillyou su
It works fine with DEBUG=True. But when I set settings.DEBUG=False, I can,t access my app on dashboard except sites and auth. It is strange. Any idea? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit htt

Re: Error on Tutorial Part 3 - https://docs.djangoproject.com/en/1.3/intro/tutorial03/

2012-03-02 Thread sillyou su
like this: your_project--- |---__init__.py |---settings.py |---urls.py |---manage.py |---app_A--- | |---__init__.py