Re: Django Basics
you can perfectly do what you require without a database access, just read your dictionary on a view on views.py. If you need a database for small projects you can do your model on a sqlite database.
you can start with google... are tons of tutorials. In www.djangoproject.com you have a nice beginner tutorial and really deep information of all the framework, this is almost the only one manual that i read.2013/6/13 ambi <ambika.singhal@gmail.com>
I am totally new to Django framework and to python web project. Do I have to user database for django to work or it can work with the flat files. My requirement is to read values form dictionary and display it on a web page. My other question is where can i= read more about Django for beginners
--
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.
For more options, visit https://groups.google.com/groups/opt_out.
--
Rafael E. Ferrero
Claro: (03562) 15514856
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.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home