Python Forum
movie web app - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: movie web app (/thread-14685.html)



movie web app - Shahilsky - Dec-12-2018

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


RE: movie web app - nilamo - Dec-12-2018

- 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?