Django model is the single, definitive source of information about your data. (more…)
Read more »
The URL schemes in Django are hardcoded in urls.py, right? We would need a bit of a setup to accomplish having custom admin-defined URLs. (more…)
Read more »
We set up database level checks on columns, create new composite data types, register new data types with psycopg2, and take a look at the Django Field class. (more…)
Read more »
What will we cover in this tutorial? We're going to a implement highly scalable single sign-on login flow for Facebook on a Django backend. After completing the tutorial, you will be able to: Have any user login through their Facebook account into your we... (more…)
Read more »
This is the first technical section in the Modern Django guide. Here we will walk through the setup, installation and creation of a Django project. We will also create a GitHub repository for this… (more…)
Read more »