Skip to main content

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

  1. Add “autotag_app” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'autotag_app',
    )
  2. Include the autotag_app URLconf in your project urls.py like this:

    url(r'^autotag_app/', include('autotag_app.urls')),
  3. Run python manage.py migrate to create the autotag_app models.

  4. 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).

  5. 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 details)

Uploaded Source

Built Distribution

django_autotag-0.1.4-py2-none-any.whl (12.1 kB view details)

Uploaded Python 2

File details

Details for the file django-autotag-0.1.4.tar.gz.

File metadata

File hashes

Hashes for django-autotag-0.1.4.tar.gz
Algorithm Hash digest
SHA256 74bec50b81c6d2617d31a348c4e27cc8ae04545508cb520c72c10f35a15b075a
MD5 daad484d405c9c971cc9859318931fcd
BLAKE2b-256 01c0634a824d037d7d0b06dc39a62c07877c5ed5436dcde70c0713290bfd3c46

See more details on using hashes here.

File details

Details for the file django_autotag-0.1.4-py2-none-any.whl.

File metadata

File hashes

Hashes for django_autotag-0.1.4-py2-none-any.whl
Algorithm Hash digest
SHA256 976e0b50d6c284b9817c124ee5cc9255e5da67d35d97b3f488bf595a672f9632
MD5 775d2a540e791780a4a413cd296c2530
BLAKE2b-256 952495c86057dee5759e15a038ad456228920344630453b13ccc94693d96c71f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page