I am new to Django and I’ve completed the Polls app tutorial successfully. What I want to do now FROM THE USER SIDE is the following:
- Create poll
- Delete poll
- Edit the question in a specific poll
- Add a choice to the poll
- Remove a choice from a poll
I want to do all this from the user side.
I don’t have knowledge in Python, but I learn quickly and I know Java pretty well.
I at least need a guide to know how to start doing any of these tasks and I’ll continue the rest.
What do you suppose I shall do? Any tutorials or any helpful links?
if you’re new to a django here is a good reference after the sample tutorial Here