aucontraire / envconnect

Learn best practices, do a self-assessment and compare with peers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Envconnect webapp

This Django project contains the web application for the enviro-connect project.

Prerequisites

$ make require

Install

$ make install
$ make initdb

Development setup: Step-by-step

$ virtualenv envconnect
$ source envconnect/bin/activate
$ mkdir -p envconnect/reps
$ cd envconnect/reps
$ git clone https://github.com/djaodjin/envconnect.git
$ cd envconnect
$ ../../bin/pip install -r requirements.txt -r dev-requirements.txt
$ make install
$ make initdb
$ make vendor-assets-prerequisites NPM=npm
$ diff -u ../../etc/envconnect/site.conf
-DEBUG=False
+DEBUG=True

$ python manage.py runserver
# browser http://localhost:8000/envconnect/

Testing

supplier user account: steve, yoyo
supplier manager user account: alice, yoyo
website administrator: donny, yoyo

About

Learn best practices, do a self-assessment and compare with peers.

License:GNU General Public License v2.0


Languages

Language:HTML 41.4%Language:Python 38.9%Language:JavaScript 11.6%Language:CSS 7.2%Language:Makefile 1.0%