On Saturday, January 17, 2015 at 1:38:32 AM UTC-8, Sugita Shinsuke wrote: > > Hi there. > > I use Django 1.6 version. > > The database of Django store the information of application. > So, I know that if I change the hierarchy of the Django project folders, > some trouble occurs. >
The project name is contained in the manage.py file that's generated when you use `django-admin startproject` . If you change the project name you'll need to change it in manage.py as well. ./s -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/eae5d9b5-4256-44a3-8f28-6d7c7501858d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

