Skip to main content

Django application provide hashtag functionality.

Project description

django-hashtag PyPi license

PyPi status PyPi version PyPi python version PyPi downloads PyPi downloads PyPi downloads

GitHub GitHub release GitHub release

Test codecov.io pre-commit.ci status gitthub.com

Check Demo Project

  • Check the demo repo on GitHub

Requirements

  • Python 3.8+ supported.
  • Django 3.2+ supported.

Setup

  1. Install from pip:
pip install django-hashtag
  1. Modify settings.py by adding the app to INSTALLED_APPS:
INSTALLED_APPS = [
    # ...
    "taggit",
    "hashtag",
    # ...
]
  1. Execute Django's command migrate inside your project's root:
python manage.py migrate
Running migrations:
  Applying hashtag.0001_initial... OK
  Applying hashtag.0002_alter_mytag_slug... OK
  Applying hashtag.0003_alter_mytag_last_used... OK

Run Example Project

git clone --depth=50 --branch=django-hashtag https://github.com/DLRSP/example.git DLRSP/example
cd DLRSP/example
python manage.py runserver

Now browser the app @ http://127.0.0.1:8000

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-hashtag-0.2.1.tar.gz (117.4 kB view details)

Uploaded Source

Built Distribution

django_hashtag-0.2.1-py2.py3-none-any.whl (9.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-hashtag-0.2.1.tar.gz.

File metadata

  • Download URL: django-hashtag-0.2.1.tar.gz
  • Upload date:
  • Size: 117.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for django-hashtag-0.2.1.tar.gz
Algorithm Hash digest
SHA256 7cdc77ea330fecc9c93f013d8cdbf6719d9490afb4b5c3c16a94c84edbc48eb5
MD5 715e718fd1abcafcd779a6f4a15c9d77
BLAKE2b-256 b68b1d54f7cc49a8a1a8dedaabe587ab078661c8049dc2ae955aad9c81a4dcd9

See more details on using hashes here.

File details

Details for the file django_hashtag-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_hashtag-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d1301bee6bb502cdbcc3ca6751249e177ad5c5bd34b5e13ed0162ae789b036a1
MD5 41bb06fb4fcdd6a22fe98cc02375ef60
BLAKE2b-256 943ff5544e30fb69e894adad9b0a813707e059f4100b263dc26d01427ddbf4f4

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