Saturday, June 1, 2013

Re: SQL from Model ?

thank you, Russ! :)

Django is fullstack.... I want something more simple...
...and.... I love Django Model! :)

Im using Tornado(for requests) + Django(for Models)

then... my database model is static, but dont want write SQL for creation (create table and create index) manually.... understand?

call_command("syncdb") dont run... I dont have django application.... only the models :(

I look core.management.sql django source file but in function "sql_all" exists the param "style" ... what is?

very thank Russ!

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment