Re: syncdb issue (begginer stuff)
On Mon, Aug 26, 2013 at 1:19 PM, Natko Perko <kuglana771@gmail.com> wrote:
@laurent i guess it worked, but now i get the error no module named wikicamp.wiki.. this is all the code i have so far..
make sure the folder containing wikicamp is inside your PATH so you don't get import errors. make sure there's an __init__.py inside it.
perhaps you could debug the import error like this:
$ ./manage.py shell
>>> import sys
>>> print '\n'.join(sys.path)
>>> import wikicamp
>>> from wikicamp import wiki
In the future, please post an entire traceback along with your question.
Cheers,
AT
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home