Skip to content

oskargesina/django-congo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Congo

image

image

image

image

image

Congo is an experimental package for use with Django. It contains many useful tools for faster and more efficient Django application developing. The code is hosted on Github.

Requirements

django-congo requires Python 2.7 or Python 3.3 or newer and Django 1.7 or newer.

Installation

To install django-congo, run the following command inside this directory:

python setup.py install

You can also install the package with a symlink, so that changes to the source files will be immediately available to other users of the package on your system:

python setup.py develop

If you have the Python easy_install utility available, you can also type the following to download and install in one step:

easy_install django-congo

Or if you're using pip:

pip install django-congo

Or if you'd prefer you can simply place the included "congo" directory somewhere on your python path, or symlink to it from somewhere on your Python path.

Credits

Thanks to @jezdez for the django-appconf — used by this project to handle default configurations.

The project implemented by Integree Bussines Solutions from Warsaw, Poland

About

Some useful tool for faster and more efficient Django application development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published