Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 184 by pablo.platt: pinax_clone_project doesn't update ROOT_URLCONF in the new project http://code.google.com/p/django-hotclub/issues/detail?id=184
What steps will reproduce the problem? 1. (pinax-env)u...@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. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
