поиск

2014-10-07 Thread RSS
направьте, пожалуйста есть форма: 1. первый выпадающий список, одна запись которой равна одной модели 2. в зависимости от выбранной модели, остальные поля принадлежат одной модели если можно ссылки или примеры -- You received this message because you are subscribed to the Google Groups "Django

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 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 '

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