solygambas / django-learning-log-app

A learning log app to understand Django basics.

Home Page:https://django-learning-chunks.up.railway.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Log App

A learning log app to understand Django basics.

Demo

See Demo deployed on Railway

See Demo deployed on Railway

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 on Railway.

Based on Python Crash Course: A Hands-On, Project-Based Introduction to Programming by Eric Matthes (2nd edition, 2019)

About

A learning log app to understand Django basics.

https://django-learning-chunks.up.railway.app/


Languages

Language:Python 70.1%Language:HTML 29.9%