Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help newbie install and get it going with sqlite #1

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment
Open

help newbie install and get it going with sqlite #1

GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. I checked out a readonly from the svn repo
2. changed settings.py file to use sqlite instead of mysql
3. trying to run syncdb, but get errors

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

/System/Library/Frameworks/Python.framework/Versions/2.6/bin/python 
/Applications/PyCharm 1.5.2.app/helpers/pycharm/django_manage.py syncdb
Importing Django settings module settings
There is no such settings file settings
Traceback (most recent call last):
  File "/Applications/PyCharm 1.5.2.app/helpers/pycharm/django_manage.py", line 19, in <module>
    run_module(manage_file, None, '__main__')
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 129, in run_module
    loader, code, fname = _get_module_details(mod_name)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 80, in _get_module_details
    raise ImportError("No module named %s" % mod_name)
ImportError: No module named manage

Process finished with exit code 1


What version of the product are you using? On what operating system?  MacOSX 
SnowLeopard with PyCharm


Please provide any additional information below.
So it is not seeing the settings file?  But everything seems to be properly in 
my python path...  sorry, I am complete django newbie, hoping to get this 
running, then learn django/python by trying to expand and modify it,  want to 
see if I can add some google calendar integration into it, or some other ideas 
I have.

Any suggestions at all?


Original issue reported on code.google.com by dpari...@gmail.com on 26 Jun 2011 at 7:59

@GoogleCodeExporter
Copy link
Author

Ok, this issue should be closed.  The answer is in PyCharm under Project 
Settings->Django Support you need to set the settiings.py and manage.py script 
locations.

I see no way for me to close this myself.

Original comment by dpari...@gmail.com on 26 Jun 2011 at 10:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant