You really *should* use a database, even if you use SQLite just for
learning. SQLite saves a .db file to your hard drive, but it's a RDBMS like
many other, albeit in simpler form.

Take a look at the tutorial[1] and if you have any questions, try googling,
asking here or on stackoverflow[2]


Cheers,
AT

[1] https://docs.djangoproject.com/en/dev/intro/tutorial01/
[2] http://www.stackoverflow.com/

On Thu, Jun 13, 2013 at 5:33 PM, Rafael E. Ferrero <[email protected]
> wrote:

> 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.
>
> cheers
>
>
>
> 2013/6/13 ambi <[email protected]>
>
>> 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 [email protected].
>> To post to this group, send email to [email protected].
>> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to