#21981: 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.
-------------------------------+--------------------
     Reporter:  Rads19         |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Uncategorized  |    Version:  1.6
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 (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$

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21981>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.e2c2a81e7432df91d1820405934e6744%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to