Sure that's what I used to solve the problem :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group
A shortcut to the 'print sql, copy sql, paste sql into db' route is
(for postgresql users anyway) piping it directly in:
python manage.py sqlall | psql dbname
means you won't miss data :)
Luke Skibinski Holt
--~--~-~--~~~---~--~~
You received this message beca
Ohh thanks guys, my fault !
I've ran
python manage.py sqlall polls
and it has shown me that I missed some sql stuff that inserts records
into django admin tables
Thanks a lot!
p.s. really django rocks. I used to use my own python library to
develop sites that includes MVC stuff and OR-mapping f
ak wrote:
> Thans for your answer Jason but I think you are wrong. As far as I know
> "python manage.py install polls" should create all tables in my DB. It
> was done and I can sucessfully load entities from database, modify them
> and save them back and I see all these tables and records in mysq
Thans for your answer Jason but I think you are wrong. As far as I know
"python manage.py install polls" should create all tables in my DB. It
was done and I can sucessfully load entities from database, modify them
and save them back and I see all these tables and records in mysql.
Even things fro
Sounds like you haven't done `python manage.py install polls`
Regards,
Jason
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
Hello guys
I have a problem with walking through the second official django
tutorial (http://www.djangoproject.com/documentation/tutorial2/). The
problem is as follows.
I have sucessfully logged in to the admin area, then clicked to the
Polls and see my polls list. But if I click to edit a poll o
7 matches
Mail list logo