Skip to content

rg3915/django-game-collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Collection

Build Status Coverage Status

Converting project from Laravel to Django.

Installation

Add the following environment variables: DJANGO_SETTINGS_MODULE with game_collection.settings.local if running locally, or game_collection.settings.production if running in production. And SECRET_KEY which may be pretty much anything you want, and it will be used by Django itself.

If you're on Linux/Mac, this will do the trick:

export DJANGO_SETTINGS_MODULE=game_collection.settings.local
export SECRET_KEY=abc123

Remember to choose a hard to remember key on production!

Running tests

cd into game_collection directory and run python ./manage.py test --settings=game_collection.settings.test. Hopefully everything will be green ✌️.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published