GitXplorerGitXplorer
n

vote_hackatrix_backend

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8ccaed4590cb89d95b949d71934ee198f1b0574e

Add UserAdmin and GroupAdmin to custom AdminSite

nneosergio committed 8 years ago
Unverified
912b1e33eff873a07ca089c69fef51bf05e79051

Add User and Group to admin custom site

nneosergio committed 8 years ago
Unverified
7ce2260ffa953901b531ac7b1c2627595145f711

Customize admin title and header

nneosergio committed 8 years ago
Unverified
6520317c27863f26d869f306722a2e8b02291097

Merge pull request #1 from neosergio/responsive_admin

nneosergio committed 8 years ago
Unverified
415457e9353395565bf9868bd6d3d691bd43d435

Add bootstrap-admin

nneosergio committed 8 years ago
Unverified
82939446ba5dd871a4319e593f776c88141911f4

Update README.rd

nneosergio committed 8 years ago

README

The README file for this repository.

Project: vote_hackatrix_backend

Vote system for Hackatrix (Belatrix Hackathon)

Notes

This project is using different settings and requirements, make sure configure your virtualenv properly.

This is an example of setting environment variables for a django project to your virtual env

cat >> ~/.virtualenvs/vote_hackatrix/bin/postactivate export DJANGO_SETTINGS_MODULE=vote_hackatrix.settings.local

An this is on Heroku:

heroku config:set DJANGO_SETTINGS_MODULE=vote_hackatrix.settings.production*