направьте, пожалуйста
есть форма:
1. первый выпадающий список, одна запись которой равна одной модели
2. в зависимости от выбранной модели, остальные поля принадлежат одной
модели
если можно ссылки или примеры
--
You received this message because you are subscribed to the Google Groups
"Django
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
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 '
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
5 matches
Mail list logo