Skip to main content

A Django app to log on learning.

Project description

===== Learning Log

Learning Log is a Django app to track learning that provides users with action such as log in, register, create topic, and entries to that topic.\

Detailed documentation is in the 'docs' directory.

Quick start

  1. Add 'learning_logs', 'users' and 'bootstrap4' to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'learning_logs', 'users', ]

  2. Include the learning_logs and users URLconf in your project urls.py like this::

    path('', include('learning_logs.urls')), path('users', include('users.urls')),

  3. Add LOGIN_URL = 'users:login' in settings.py

  4. Run python3 manage.py migrate to create the required models

  5. Start the development server with python3 manage.py runserver and visit http://127.0.0.1:8000 to start your Learning Log!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-learning-log-1.1.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

django_learning_log-1.1-py3-none-any.whl (16.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page