Articles tagged: django
Found 12 documents
- Learn/Server-side/Django Django is an extremely popular and fully featured server-side web framework, written in Python. ...
- Learn/Server-side/Django/Admin_site That's it! You've now learned how to set up the administration site in both its simplest and ...
- Learn/Server-side/Django/authentication_and_sessions Excellent work — you've now created a website that library members can login into and view their ...
- Learn/Server-side/Django/development_environment You now have a Django development environment up and running on your computer.
- Learn/Server-side/Django/Forms Creating and handling forms can be a complicated process! Django makes it much easier by ...
- Learn/Server-side/Django/Generic_views Congratulations, our basic library functionality is now complete!
- Learn/Server-side/Django/Home_page We've now created the home page for our site — an HTML page that displays some counts of records ...
- Learn/Server-side/Django/Introduction Congratulations, you've completed the first step in your Django journey! You should now ...
- Learn/Server-side/Django/Models In this article we've learned how models are defined, and then used this information to design ...
- Learn/Server-side/Django/Sessions You now know how easy it is to use sessions to improve your interaction with anonymous users.
- Learn/Server-side/Django/skeleton_website You have now created a complete skeleton website project, which you can go on to populate with ...
- Learn/Server-side/Django/Tutorial_local_library_website Now that you know a bit more about the LocalLIbrary website and what you're going to learn, it's ...