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
-
Add 'learning_logs', 'users' and 'bootstrap4' to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'learning_logs', 'users', ]
-
Include the learning_logs and users URLconf in your project urls.py like this::
path('', include('learning_logs.urls')), path('users', include('users.urls')),
-
Add
LOGIN_URL = 'users:login'in settings.py -
Run
python3 manage.py migrateto create the required models -
Start the development server with
python3 manage.py runserverand visit http://127.0.0.1:8000 to start your Learning Log!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c494b92d643abccfa126d01f4158c473e300e918f83eee90d72bc6c53b627c2
|
|
| MD5 |
519ac7ecbdc101d36f02399e05f8a4d7
|
|
| BLAKE2b-256 |
0a774a93aea322c4f072eeb23915f8e64d42cf1d5fca5f9419a81190e038edd6
|
File details
Details for the file django_learning_log-1.1-py3-none-any.whl.
File metadata
- Download URL: django_learning_log-1.1-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5bf3db2e126faf39f37c56c508ae306fd386c59b63f42c57d259d73e5677777
|
|
| MD5 |
ed765165b2725605e2bb9483fe10cb51
|
|
| BLAKE2b-256 |
6f09e1531645a99e3ac39e52dcf4cbdb68837dc25ab9e16974697a74f167e08f
|