A reusable Django app that allows to plan year budgets and track them via letsfreckle.
Project description
Django Freckle Budgets
============
A reusable Django app that allows to plan year budgets and track them via letsfreckle.
Installation
------------
To get the latest stable release from PyPi
.. code-block:: bash
pip install django-freckle-budgets
To get the latest commit from GitHub
.. code-block:: bash
pip install -e git+git://github.com/bitmazk/django-freckle-budgets.git#egg=freckle_budgets
TODO: Describe further installation steps (edit / remove the examples below):
Add ``freckle_budgets`` to your ``INSTALLED_APPS``
.. code-block:: python
INSTALLED_APPS = (
...,
'freckle_budgets',
)
Add the ``freckle_budgets`` URLs to your ``urls.py``
.. code-block:: python
urlpatterns = patterns('',
...
url(r'^freckle-budgets/', include('freckle_budgets.urls')),
)
Before your tags/filters are available in your templates, load them by using
.. code-block:: html
{% load freckle_budgets_tags %}
Don't forget to migrate your database
.. code-block:: bash
./manage.py migrate freckle_budgets
Usage
-----
TODO: Describe usage or point to docs. Also describe available settings and
templatetags.
Contribute
----------
If you want to contribute to this project, please perform the following steps
.. code-block:: bash
# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-freckle-budgets
make develop
git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch
============
A reusable Django app that allows to plan year budgets and track them via letsfreckle.
Installation
------------
To get the latest stable release from PyPi
.. code-block:: bash
pip install django-freckle-budgets
To get the latest commit from GitHub
.. code-block:: bash
pip install -e git+git://github.com/bitmazk/django-freckle-budgets.git#egg=freckle_budgets
TODO: Describe further installation steps (edit / remove the examples below):
Add ``freckle_budgets`` to your ``INSTALLED_APPS``
.. code-block:: python
INSTALLED_APPS = (
...,
'freckle_budgets',
)
Add the ``freckle_budgets`` URLs to your ``urls.py``
.. code-block:: python
urlpatterns = patterns('',
...
url(r'^freckle-budgets/', include('freckle_budgets.urls')),
)
Before your tags/filters are available in your templates, load them by using
.. code-block:: html
{% load freckle_budgets_tags %}
Don't forget to migrate your database
.. code-block:: bash
./manage.py migrate freckle_budgets
Usage
-----
TODO: Describe usage or point to docs. Also describe available settings and
templatetags.
Contribute
----------
If you want to contribute to this project, please perform the following steps
.. code-block:: bash
# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-freckle-budgets
make develop
git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch
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
File details
Details for the file django-freckle-budgets-0.1.tar.gz.
File metadata
- Download URL: django-freckle-budgets-0.1.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06aa47d5b78a361c0165c9cabd7afba7c61e4bac0863d1dd72e0941dd39c1e29
|
|
| MD5 |
288593705d258ea84d75b81b9f3d8d39
|
|
| BLAKE2b-256 |
a710bd006508163286f09d18ae801bc4e89ecdf7ee68843aae9e037eaf554508
|