Tutorial: Building a Django web application
hey all,
Here's a tutorial on how to get started building a web application with Django. Comment below or over at codementor if you have any questions and I'll see if I can help :)
This tutorial appears to be out of date now. When you try to run the default django template from repl.it it gives an error "bash: ./manage.py: No such file or directory"
It appears that you need to create a manage.py file in your repl.it and assign it the appropriate permissions before beginning this tutorial.
i can't seem to display my Web template; This site can’t be reached127.0.0.1 refused to connect.
I search on line it says that window os can't connnect to 127.0.0.1
@Susiezheng2021 You can't connect to a localhost through repl.it when you run the django server just do: python manage.py runserver 0.0.0.0:8000
If it still errors saying port is already in use or something similar tre numbers bigger than 8000 until you can see it
How do I set up Django template
I am not able to use Django but only Django Template
Another link of my photo(in case the link doesn't work!!)
PLEASE HELP
@Avrs123 Django Template is the correct option. Django isn't a language but a framework, so repl has a template where it's already set up.
@GarethDwyer1 Thank You very much sir
Thanks a lot.
Sir,
I have not getting How to create a new app in a django project?? Can you help me?
@NikashSonowal
@NikashSonowal