I just successfully shipped my code to the production server. You can check out here http://qlimp.com
It shows
ImportError at /
No module named try.urls
Exception Type: ImportError
Exception Value: No module named try.urls
Exception Location: /home/nirmal/project/local/lib/python2.7/site-packages/django/utils/importlib.py in import_module, line 35
Python Executable: /home/nirmal/project/bin/python
Actually my django project name in the developement server is try. Then I exported the code to the project qlimp in the production server. I successfully performed every changes need to be done and I don’t know why it shows that No module named try.urls
I’m using Ubuntu 12.04 LTS on my production server. Could anyone guide me?
Thanks!
In settings.py, change
to