Opened 11 years ago
Closed 11 years ago
#21981 closed Uncategorized (invalid)
when I run this command ./manage.py syncdb I get the following errors. I am coding this for the 1st time I am not sure what modification needs to done. Can any one help me with it. Thank you.
Reported by: | Rads19 | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
(venv)Radhika:newhousingdjango radhikasrinivasan$ ./manage.py syncdb
Traceback (most recent call last):
File "./manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/Users/radhikasrinivasan/newhousingdjango/venv/lib/python2.7/site-packages/django/core/management/init.py", line 400, in execute_from_command_line
utility.execute()
File "/Users/radhikasrinivasan/newhousingdjango/venv/lib/python2.7/site-packages/django/core/management/init.py", line 393, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Users/radhikasrinivasan/newhousingdjango/venv/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
self.execute(*args, options.dict)
File "/Users/radhikasrinivasan/newhousingdjango/venv/lib/python2.7/site-packages/django/core/management/base.py", line 280, in execute
translation.activate('en-us')
File "/Users/radhikasrinivasan/newhousingdjango/venv/lib/python2.7/site-packages/django/utils/translation/init.py", line 130, in activate
return _trans.activate(language)
File "/Users/radhikasrinivasan/newhousingdjango/venv/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 188, in activate
_active.value = translation(language)
File "/Users/radhikasrinivasan/newhousingdjango/venv/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 177, in translation
default_translation = _fetch(settings.LANGUAGE_CODE)
File "/Users/radhikasrinivasan/newhousingdjango/venv/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 159, in _fetch
app = import_module(appname)
File "/Users/radhikasrinivasan/newhousingdjango/venv/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module
import(name)
ImportError: No module named suit
(venv)Radhika:newhousingdjango radhikasrinivasan$
The ticket tracker isn't a place to find user support - it's a place to report and track known problems in the Django codebase.
If you want help diagnosing a problem, try the django-users mailing list or the #django IRC channel.