Skip to content

ballotify/django-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ballotify backend

Circle CI

Installation

Creating the environment

Create a virtual python environment for the project. If you're not using virtualenv or virtualenvwrapper you may skip this step.

For virtualenvwrapper

mkvirtualenv ballotify

For virtualenv

virtualenv ballotify
source ballotify/bin/activate

Clone the code

git clone git@github.com:ballotify/ballotify-backend.git

Install requirements

cd ballotify
pip install -r reqs/dev.txt

Configure project

cp ballotify/settings/dev.py.example ballotify/settings/dev.py
vi ballotify/settings/dev.py

Sync/migrate database

python manage.py migrate

Running Django

python manage.py runserver

About

Django backend for ballotify application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published