Explore >> Select a destination


You are here

keepsimple.dev
| | gist.github.com
1.6 parsecs away

Travel
| | reverse m2m widget in django admin. GitHub Gist: instantly share code, notes, and snippets.
| | yasoob.me
2.0 parsecs away

Travel
| | Hi there folks! Recently I was doing a task for fossasia which required me to make a Django web app which allowed users to submit their email addresses and receive a welcome email in return. I was able to complete the project in a couple of hours. Most of the time was spent in making the UI look good. I am going to show you how you can easily make a similar app.
| | www.rasulkireev.com
1.6 parsecs away

Travel
| | Whenever you building a site with Django that will have user authentication, it is recommended to create a Custom User Model, before the first migration. Sometimes you forget to do that. In this case you have to follow a strict procedure, which I'll show you in the post.
| | www.paulox.net
12.4 parsecs away

Travel
| A quick-start guide to create a web map with the Python-based web framework Django using its module GeoDjango, the PostgreSQL database with its spatial extension PostGIS and Leaflet, a JavaScript library for interactivemaps.