Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 417 Bytes

Players

This project is intended to be a social network for gamers with a focus on making it a player recruitment hub.

To quickly run it locally

    git https://github.com/DarkNinja3/players.git
    pip install -r requirements.txt
    cd players
    python manage.py migrate
    python manage.py collectstatic
    python manage.py runserver