A simple, step-by-step walkthrough for configuring and deploying a Django application to DigitalOcean using Nanobox. (more…)
Read more »
django - The Web framework for perfectionists with deadlines.
Read more »
Django 2.0 is now available on SourceLair. Develop your next app with simplified URL routing, responsive admin site and Window expressions in your browser! (more…)
Read more »
In Django, a GenericForeignKey
is a feature that allows a model to be related to any other model in the system,
as opposed to a ForeignKey
which is related to a specific one. (more…)
Read more »
In this article, we will take a look at two of the most popular web frameworks in Python: Django and Flask. Here, we will be covering how each of these frameworks compares when looking at their learning curves, how easy it is to get started. Next, we'll a... (more…)
Read more »