======= Akkount
Akkount is a Django app to handle users accounts.
Detailed documentation is in the "docs" directory.
Quick start
-
Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'akkount', ]
-
Include the polls URLconf in your project urls.py like this::
path('account/', include('account.urls')),
-
Run
python manage.py migrateto create the polls models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).
-
Visit http://127.0.0.1:8000/account/ to participate in the poll.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-akkount-0.1.tar.gz
(2.3 kB
view details)
File details
Details for the file django-akkount-0.1.tar.gz.
File metadata
- Download URL: django-akkount-0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8ac488090217213a1db1bd45ab008dc9cd6b7cbb79f7838942f7f31d01cc1da
|
|
| MD5 |
40352ef7e164b44a78313ef1ecde47d4
|
|
| BLAKE2b-256 |
fd0cef55e5f7b8bb843822fb834ec26529692e95af55e740ff89a9379c0e3502
|