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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file django-learning-log-1.1.tar.gz.

File metadata

  • Download URL: django-learning-log-1.1.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for django-learning-log-1.1.tar.gz
Algorithm Hash digest
SHA256 0c494b92d643abccfa126d01f4158c473e300e918f83eee90d72bc6c53b627c2
MD5 519ac7ecbdc101d36f02399e05f8a4d7
BLAKE2b-256 0a774a93aea322c4f072eeb23915f8e64d42cf1d5fca5f9419a81190e038edd6

See more details on using hashes here.

File details

Details for the file django_learning_log-1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_learning_log-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b5bf3db2e126faf39f37c56c508ae306fd386c59b63f42c57d259d73e5677777
MD5 ed765165b2725605e2bb9483fe10cb51
BLAKE2b-256 6f09e1531645a99e3ac39e52dcf4cbdb68837dc25ab9e16974697a74f167e08f

See more details on using hashes here.

Supported by

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