Python Forum

Full Version: movie web app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am beginner level django developer, I have a question,

Can anyone tell me the prerequisites for developing
a web app for hosting information about movies? Undecided Confused
- django
- python
- a web server
- backend storage (probably a database)

If you're only making a basic crud app, there are essentially no requirements. If you're NOT making a basic crud app, you'll need to give more detail on what you need to do.

Or, to put it another way, how is your "movie web app" different from a todo list?