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
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
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
>
> 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 '
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
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
6 matches
Mail list logo