tagine / YallaPunk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YallaPunk

Setup

To get this repo up and running on your machine we recommend that you make use of a virtual environment.

  1. Install the following packages if you havent already
    1. pip install virtualenv virtualenvwrapper
    2. Please refer to each packages install instructions if necessary
  2. Create a new virtual environment
    1. mkvirtualenv -p /usr/local/bin/python3 yallapunk
    2. Make sure your PYTHON_PATH isn't set in .profile (otherwise Python3 will complain)
  3. Activate the virtual environment
    1. workon yallapunk
  4. Install project requirements
    1. pip install -r requirements.txt

Local Development

You can start the server with ./manage.py runserver

About


Languages

Language:Python 47.8%Language:HTML 32.7%Language:CSS 14.6%Language:Dockerfile 3.9%Language:Shell 0.7%Language:Makefile 0.3%