I am new to Django (converted from Drupal) and trying to learn Django first before I dive into converting my site over from HTML,CSS and JS to use Django and Python. I have a question though. I am going through the Django Tutorial and came across where it said this:
https://docs.djangoproject.com/en/1.6/intro/tutorial02/

/Philosophy//
//Generating admin sites for your staff or clients to add, change and delete content is tedious work that doesn't require much creativity. For that reason, Django entirely automates creation of admin interfaces for models.//
//
//Django was written in a newsroom environment, with a very clear separation between "content publishers" and the "public" site. Site managers use the system to add news stories, events, sports scores, etc., and that content is displayed on the public site. Django solves the problem of creating a unified interface for site administrators to edit content.//
//
//The admin isn't intended to be used by site visitors. It's for site managers./


My site is a social website that requires the content (reviews and strores) to be provided by the registered users of the site. How best should I tackle this since to post content is using the Django Admin site. Should I build forms on pages for users to post content?

PS. I am enjoying learning Django.

Thanks,
Stephen

--
You received this message because you are subscribed to the Google Groups "Django 
developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/52CA0B85.6080405%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to