Django application provide hashtag functionality.
Project description
django-hashtag
GitHub
Test
Check Demo Project
- Check the demo repo on GitHub
Requirements
- Python 3.8+ supported.
- Django 3.2+ supported.
Setup
- Install from pip:
pip install django-hashtag
- Modify
settings.py
by adding the app toINSTALLED_APPS
:
INSTALLED_APPS = [
# ...
"taggit",
"hashtag",
# ...
]
- 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.1.2.tar.gz
(116.2 kB
view hashes)
Built Distribution
Close
Hashes for django_hashtag-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f552c83a66f6350587a737f6d48ebd8465ce946f01bf592e946482d0cebd1b41 |
|
MD5 | dd21704ccff100e032de7349936e584c |
|
BLAKE2b-256 | 39988c6bd9a14e4c5e6ba7db149dfd68935022ee379a7fcc58fcc19b8fb440b4 |