I have gone through the django tutorial but seem to be lost on how to create a simple user view page that allows me to add/post/create data directly to the connected mysql database. I have the models view working and can access and add items in admin view but not sure how/what is the best way or method to have an external user view only webpage to create/add entries. I was searching in the django documentation https://docs.djangoproject.com/en/1.7/topics/db/queries/ but it seems to have examples on how to create/add entries from python command line.
Any examples of this type of form would be greatly appreciated. Thanks! -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bff4c358-db23-432a-b06a-bef88270bae1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

