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.pyby adding the app toINSTALLED_APPS:
INSTALLED_APPS = [
# ...
"taggit",
"hashtag",
# ...
]
- Execute Django's command
migrateinside 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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cdc77ea330fecc9c93f013d8cdbf6719d9490afb4b5c3c16a94c84edbc48eb5
|
|
| MD5 |
715e718fd1abcafcd779a6f4a15c9d77
|
|
| BLAKE2b-256 |
b68b1d54f7cc49a8a1a8dedaabe587ab078661c8049dc2ae955aad9c81a4dcd9
|
File details
Details for the file django_hashtag-0.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: django_hashtag-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1301bee6bb502cdbcc3ca6751249e177ad5c5bd34b5e13ed0162ae789b036a1
|
|
| MD5 |
41bb06fb4fcdd6a22fe98cc02375ef60
|
|
| BLAKE2b-256 |
943ff5544e30fb69e894adad9b0a813707e059f4100b263dc26d01427ddbf4f4
|