Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/palewire/first-django-admin
- Owner: palewire
- License: gpl-3.0
- Created: 2015-01-07T21:20:58.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T12:59:46.000Z (12 months ago)
- Last Synced: 2024-10-07T16:15:23.855Z (4 months ago)
- Topics: data-journalism, django, journalism, news, python, tutorial
- Language: Python
- Homepage: https://palewi.re/docs/first-django-admin/
- Size: 3.56 MB
- Stars: 13
- Watchers: 19
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)