Hi,

Is your DJANGO_SETTINGS_MODULE set in your environment? You may need to 
clear that out before running django-admin.py

Something like one of these:

unset DJANGO_SETTINGS_MODULE
DJANGO_SETTINGS_MODULE= django-admin.py startproject
env -u DJANGO_SETTINGS_MODULE django-admin.py startproject

Collin


On Friday, December 5, 2014 1:56:34 AM UTC-5, Shashwat singh wrote:
>
> No , it used to work perfectly on osx mavericks, then i did some stuff 
> with opencv and since then i'm getting that error. I've tried each n every 
> solution available on internet but nothing seems to solve that problem :/
>

-- 
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+unsubscr...@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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/88684107-aa88-4ab1-ab32-58416cb05f7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to