This is a Django-based web application for managing core functionalities.
Project description
Rakib App - Core Django Package
A reusable Django app for core functionalities including utilities, services, and management commands.
Installation
From Test PyPI (Development):
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ rakib-django-core==0.1.1
From PyPI (Stable Release):
pip install rakib-django-core
Usage
1. Add to your Django project's INSTALLED_APPS:
INSTALLED_APPS = [
# ...
'core',
]
2. Run migrations if you're using the models:
python manage.py migrate
Features
- Custom management commands
- Utility functions
- Email and SMS services
- Template tags
- Context processors
Available Management Commands
python manage.py superuser
python manage.py staffuser
python manage.py newapp
python manage.py newapi
python manage.py appmigrations
python manage.py setup
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rakib-django-core-0.1.2.tar.gz
(14.9 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 rakib-django-core-0.1.2.tar.gz.
File metadata
- Download URL: rakib-django-core-0.1.2.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b8c77e60232cd696db40c1ea5518019aad68fee668fca8db33470273f468ef0
|
|
| MD5 |
19080d5067259fbe7cde590ca9ffe951
|
|
| BLAKE2b-256 |
3d8a832916bb62294efd8c19c7f9fafbf68f4180e4541c8f2c2d1ef66b0f493d
|
File details
Details for the file rakib_django_core-0.1.2-py3-none-any.whl.
File metadata
- Download URL: rakib_django_core-0.1.2-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddf0383b28c2281ffc5c7ffa93ef5c4f34c1ac35b4d69a0967a66b28e078ecbd
|
|
| MD5 |
aa19b73f3346514b89813dcc9de822a0
|
|
| BLAKE2b-256 |
390c547a6c9fb1fb82f8217216b448132bf02c07911f525ef3f71806450c802e
|