Application Child for Nobinobi
Project description
Application Child for Nobinobi
Documentation
The full documentation is at https://nobinobi-child.readthedocs.io.
Quickstart
Install Nobinobi Child:
pip install nobinobi-child
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'phonenumber_field',
'crispy_forms',
'django_extensions',
'rest_framework',
'rest_framework.authtoken',
'rest_framework_datatables',
'menu',
'bootstrap_modal_forms',
'widget_tweaks',
'django_select2',
'bootstrap_datepicker_plus',
'nobinobi_core',
'nobinobi_staff',
'nobinobi_child.apps.NobinobiChildConfig',
...
)
Add Nobinobi Child’s URL patterns:
from nobinobi_core import urls as nobinobi_core_urls
from nobinobi_staff import urls as nobinobi_staff_urls
from nobinobi_child import urls as nobinobi_child_urls
urlpatterns = [
...
path('', include(nobinobi_core_urls)),
path('', include(nobinobi_staff_urls)),
path('', include(nobinobi_child_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.1.2 (2020-09-22)
Fix migrations and support for django 4
0.1.1.1 (2020-09-08)
Fix Manifest to add woff woff2 ttf ico
Add in requirements.txt and setup.py -> djangorestframework-datatables==0.5.2
0.1.1 (2020-09-08)
Fix manifest to include JSON and change setup.py publish and version system
Update Requirement
0.1.0 (2020-08-28)
First release on PyPI.
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
nobinobi-child-0.1.1.2.tar.gz
(21.3 MB
view hashes)
Built Distribution
Close
Hashes for nobinobi_child-0.1.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b89d088c4a42b836b8019d8b2109d743b9bf4305d189211eab8b62222623e005 |
|
MD5 | a5bb1946c3ad960209bd6ccb84c523e0 |
|
BLAKE2b-256 | d24f196a53de8f8f15dd55f82ae83e6c4b559bdbd7f6782133397eef73ec20cb |