google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

pinax_clone_project doesn't update ROOT_URLCONF in the new project #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. (pinax-env)user@user-desktop:~/dev/pinax-env/src/pinax/bin$ python
pinax_clone_project.py ../projects/basic_project /home/user/dev/myproject
2. cd /home/user/dev/myproject
3. python manage.py syncdb
4. python manage.py runserver
5. fail because ROOT_URLCONF = 'basic_project.urls' 
while it should be = 'myproject.urls'

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
0.7 trunk

Please provide any additional information below.

Replacing 'basic_project.urls'  with 'myproject.urls' fix the problem.

Original issue reported on code.google.com by pablo.platt@gmail.com on 20 Feb 2009 at 5:19

GoogleCodeExporter commented 9 years ago

Original comment by bros...@gmail.com on 20 Feb 2009 at 10:49

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:55

GoogleCodeExporter commented 9 years ago

Original comment by jtau...@gmail.com on 16 Mar 2009 at 2:54

GoogleCodeExporter commented 9 years ago
Moved to http://code.pinaxproject.com/tasks/task/69/

Original comment by pyDanny on 1 Apr 2009 at 12:56