Re: django manage.py commands not displaying

2014-08-28 Thread RSS
Thank you, Very much! Yes, that's an ancient manage.py -- 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

Re: django manage.py commands not displaying

2014-08-27 Thread Collin Anderson
wow. that's an ancient manage.py. now-a-days it looks like this: https://github.com/django/django/blob/master/django/conf/project_template/manage.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivi

Re: django manage.py commands not displaying

2014-08-27 Thread RSS
it`s standart: #!/usr/bin/env python import os import sys import imp try: imp.find_module('settings') # Assumed to be in the same directory. except ImportError: import sys sys.stderr.write("Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've cust

Re: django manage.py commands not displaying

2014-08-27 Thread RSS
> > Can you please post the content of your manage.py? > Cheers > it`s standart: #!/usr/bin/env python import os import sys import imp try: imp.find_module('settings') # Assumed to be in the same directory. except ImportError: import sys sys.stderr.write("Error: Can't find the file '

Re: django manage.py commands not displaying

2014-08-27 Thread marc
Can you please post the content of your manage.py? Cheers Am Dienstag, 26. August 2014 15:28:43 UTC+2 schrieb RSS: > > sorry my bad English > > i`m working on hosting > > project structure: > --myenv > --rsskg.ru > public_html > --virtaulenv-1.9 > > $ cd projects.ru/public_html > $ source ~/m

django manage.py commands not displaying

2014-08-26 Thread RSS
sorry my bad English i`m working on hosting project structure: --myenv --rsskg.ru public_html --virtaulenv-1.9 $ cd projects.ru/public_html $ source ~/myenv/bin/activate $ ./manage.py ...Available subcommands: here nothing $ django-admin.py Available subcommands: [django] ... It`s Ok Why