A simple Django app to create counters.
Project description
=====
Counter
=====
Counter is a simple Django app to create counters.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "counter" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'counter',
]
2. Run `python manage.py migrate` to create the counter models.
3. Start the development server and visit http://127.0.0.1:8000/admin/
to create a counter (you'll need the Admin app enabled).
Counter
=====
Counter is a simple Django app to create counters.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "counter" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'counter',
]
2. Run `python manage.py migrate` to create the counter models.
3. Start the development server and visit http://127.0.0.1:8000/admin/
to create a counter (you'll need the Admin app enabled).
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
django-count-it-0.1.2.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file django-count-it-0.1.2.tar.gz
.
File metadata
- Download URL: django-count-it-0.1.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5438226fc996c884832041026d03d13db6be1572d9c4c611eb7d1be51e6c277b
|
|
MD5 |
8fba3a5a4ecfff5f49aa33fdeea08e24
|
|
BLAKE2b-256 |
8b1027b21b0f81fbe32d2b082f6ff368a7bd8d3d8089d2175cdc16407fb74d66
|
File details
Details for the file django_count_it-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: django_count_it-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b6ec4d27b6456cf100f30f79fb3affda63c7bf7c34479d593929e90b5e0495f0
|
|
MD5 |
af49aff748d9ba63b9147a5212a4726b
|
|
BLAKE2b-256 |
afd7a480c66a10fcdb74567d280b84215373067a8c45811176a0e705167a3fe5
|