Django Congo contains many useful tools for faster and more efficient Django application developing.
Project description
Congo
Django Congo contains many useful tools for faster and more efficient Django application developing.
Requirements
Djanog Congo requires Python 2.7 and Django 1.10 or newer.
Installation
To install 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're using pip
:
pip install django-congo
You can also install directly from GIT repo:
pip install git+https://gitlab.com/integree/internal/congo3.git
or, if you need install from branch:
pip install git+https://gitlab.com/integree/internal/congo3.git@branch-name
Project download
Run console and cd to your working directory, eg. D:\serwer\www
. Create a project dir and clone project from repo:
cd \serwer\www
mkdir congo
git clone https://gitlab.com/integree/internal/congo3.git congo
Project development
Before you start verify that packages bellow are installed:
- Python 2.7
- Microsoft Visual C++ Compiler for Python 2.7
- MySQL 5.6 or 5.7 x64
- MySQL Connector C 6.0.2
- Git for Windows
- GetText
- Ruby & Compass
- Node & Bower
- virtualenv
- virtualenvwrapper-win
Verify that WORKON_HOME points to virtual env home directory
set WORKON_HOME
Make virtual env
virtualenv -p "c:\Python27\python.exe" "%WORKON_HOME%\congo"
workon congo
Verify Python version is 2.7.x
python -V
Upgrade PIP and verify it's version
python -m pip install --upgrade pip
pip -V
Set project dir
cd \serwer\www\congo
setprojectdir .
Install requirements
pip install -r env\requirements.txt
Run Django migrations
migrate.bat
Run HTTP server
runserver.bat
Authors
Made with love by Integree Bussines Solutions from Warsaw, Poland
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-congo-2.3.2.tar.gz
.
File metadata
- Download URL: django-congo-2.3.2.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a814da03927ef16c12c831813f6cf3f61ce74df720350495d81b610245e65fed |
|
MD5 | 5d850010a44bbf90659ef1dc4647a5e6 |
|
BLAKE2b-256 | fe86136015191dc118fd9a510d9415835f352337b36717272ecd87fb879943a5 |
File details
Details for the file django_congo-2.3.2-py2-none-any.whl
.
File metadata
- Download URL: django_congo-2.3.2-py2-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f719a2bb7f36ed9a3d11d36d041d73a48c86bc8b7929661823bd528c039f889 |
|
MD5 | a82d532d345d4da8cd107026fefadee4 |
|
BLAKE2b-256 | 88cb36e4165257d140bc1a4e75e6c079541c704290fbf876052a717b01f5b03b |