Fady Kamal
Fady Kamal

Reputation: 1312

After Official Poll Sample Application in Django?

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:

  1. Create poll
  2. Delete poll
  3. Edit the question in a specific poll
  4. Add a choice to the poll
  5. 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?

Upvotes: 0

Views: 230

Answers (1)

Fady Kamal
Fady Kamal

Reputation: 1312

if you're new to a django here is a good reference after the sample tutorial Here

Upvotes: 1

Related Questions