Extra power for included batteries
Project description
Extra power for included batteries
Free software: MIT license
Documentation: https://django-powerbank.readthedocs.io.
Work in progress
This package was created with wooyek/cookiecutter-django-app project template. It may fool you by having a lot of cookie filling just ready from the start. Be warned! It may not be ready for eating!
Features
Pending :D
Demo
To run an example project for this django reusable app, click the button below and start a demo serwer on Heroku
Quickstart
Install Django Powerbank:
pip install django-powerbank
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_powerbank.apps.DjangoPowerbankConfig',
...
)
Add Django Powerbank’s URL patterns:
from django_powerbank import urls as django_powerbank_urls
urlpatterns = [
...
url(r'^', include(django_powerbank_urls)),
...
]
Running Tests
Does the code actually work?
$ pipenv install --dev $ pipenv shell $ tox
We recommend using pipenv but a legacy approach to creating virtualenv and installing requirements should also work. Please install requirements/development.txt to setup virtual env for testing and development.
Credits
This package was created with Cookiecutter and the wooyek/cookiecutter-django-app project template.
History
0.2.1 (2017-07-14)
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
Built Distribution
File details
Details for the file django-powerbank-0.4.2.tar.gz
.
File metadata
- Download URL: django-powerbank-0.4.2.tar.gz
- Upload date:
- Size: 57.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcf624119ac0eb766b0a618ca505a2d1ef053298bb8eada0a14334cc4a395ce6 |
|
MD5 | 720bbea59308e0b5fb78da3719777611 |
|
BLAKE2b-256 | e31c25d92a4b9db7a644ca0f3253217f3d493a264d84eebac240f4a7dda85fa4 |
File details
Details for the file django_powerbank-0.4.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_powerbank-0.4.2-py2.py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 109df807161ea7229a864e2890893e4687d8aaf26492d0108d7cf488a2a124d1 |
|
MD5 | dcb5f26adc0e4b74fb56431661d08761 |
|
BLAKE2b-256 | 6e4a134a07bbf27ac83cba6b609c06773e33d96b110fe96c8c2405ad46cbd44a |