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 polls URLconf in your project urls.py like this:
url(r'^autotag_app/', include('autotag_app.urls')),
Run python manage.py migrate to 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/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.tar.gz
(8.5 kB
view hashes)
Built Distribution
Close
Hashes for django_autotag-0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f98c167978059423156b6089db117cf6fc1d3b3cd73a7c02ba9f3639c8f3607c |
|
MD5 | 8888934b885ce2551a4ae1ca1f0c8a84 |
|
BLAKE2b-256 | ec99608d1126db8eeadf4c9d043e7792c41e232524b46a1ef032a6719747e613 |