https://github.com/solygambas/django-learning-log-app
A learning log app to understand Django basics.
https://github.com/solygambas/django-learning-log-app
django pyscript python
Last synced: 9 months ago
JSON representation
A learning log app to understand Django basics.
- Host: GitHub
- URL: https://github.com/solygambas/django-learning-log-app
- Owner: solygambas
- Created: 2020-12-01T14:50:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T05:28:14.000Z (about 1 year ago)
- Last Synced: 2025-04-22T07:05:05.090Z (about 1 year ago)
- Topics: django, pyscript, python
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Log App
A learning log app to understand Django basics.
## Django basics
- creating a Django project, starting an app and setting up a superuser.
- defining models for learning topics and entries.
- handling routes, writing views and creating templates for pages.
- implementing a user authentication and registration system.
- allowing users to add/edit their own topics and entries with user-friendly forms.
- styling the pages with Django-Bootstrap4.
- deploying.
Based on [Python Crash Course: A Hands-On, Project-Based Introduction to Programming](https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280) by Eric Matthes (2nd edition, 2019)