I want to test django application so when i created the project
"django-admin.py start project testp" and i created application python
manage.py startapp testapp
then i added in settings.py (database
postgresql_psycopg2,name,username,password) as well as i am running in
virtualenv,installed fine o
python manage.py syncdb also shows this error only.import django in python
shell works; i am using postgres every thing is fine it seems in postgres.
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to djan
This is my django snippet to calculate custome stmts but it displays
the error
from optionsAlpha.models import MarketUpdate
from datetime import datetime
from django.db.models import Q
def stock_up(ticker, test_start_date):
#stock_value=0
mu1 = MarketUpdate.objects.filter(Q(stock_symbol=ticker) &