sergiormb / django-secret-santa

A project made in Django 1.10 for the exchange of gifts at Christmas

Home Page:http://django-secret-santa.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status Heroku

Django Secret Santa

A project made in Django 1.10 for the exchange of gifts at Christmas

API-REST:

Features

Quickstart

First create and activate your virtualenv, you can use virtualenvwrapper. Then install Django 1.10 in your virtualenv:

cd to your project and install the dependences

pip install -r requirements.txt

python manage.py migrate

python manage.py collectstatic --link

Once everything it's setup you can run the development server: http://localhost:8000/

python manage.py runserver

About

A project made in Django 1.10 for the exchange of gifts at Christmas

http://django-secret-santa.herokuapp.com/

License:MIT License


Languages

Language:CSS 61.3%Language:JavaScript 21.6%Language:Python 12.0%Language:HTML 3.8%Language:Nginx 1.3%