Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/palewire/first-django-admin

A step-by-step guide to creating a simple web application that empowers you to enlist reporters in data entry and refinement.
https://github.com/palewire/first-django-admin

data-journalism django journalism news python tutorial

Last synced: 4 months ago
JSON representation

A step-by-step guide to creating a simple web application that empowers you to enlist reporters in data entry and refinement.

Awesome Lists containing this project

README

        

# First Django Admin

A step-by-step guide to creating a simple web application that empowers you to enlist reporters in data entry and refinement.

You will learn just enough about the [Django](https://www.djangoproject.com/) framework to design database tables, load in data and create an administration panel for others to improve it. You will not bother with all the other web developer crap.

This tutorial uses Python 3 and Django 4.

* Site: [palewi.re/docs/first-django-admin/](https://palewi.re/docs/first-django-admin/)
* Issues: [github.com/palewire/first-django-admin/issues/](http://github.com/palewire/first-django-admin/issues/)