A simple Django app to conduct Web-based autotagging.
Project description
Autotag is a simple Django app to conduct Web-based automatic tagging.
Detailed documentation is in the “docs” directory.
Quick start
Add “autotag_app” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'autotag_app', )
Include the autotag_app URLconf in your project urls.py like this:
url(r'^autotag_app/', include('autotag_app.urls')),
Run python manage.py migrate to create the autotag_app models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a autotag_app (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/autotag_app/ to participate in the autotag_app.
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-autotag-0.1.4.tar.gz
(8.9 kB
view hashes)
Built Distribution
Close
Hashes for django_autotag-0.1.4-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 976e0b50d6c284b9817c124ee5cc9255e5da67d35d97b3f488bf595a672f9632 |
|
MD5 | 775d2a540e791780a4a413cd296c2530 |
|
BLAKE2b-256 | 952495c86057dee5759e15a038ad456228920344630453b13ccc94693d96c71f |