Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (33 loc) · 557 Bytes

File metadata and controls

50 lines (33 loc) · 557 Bytes

PyTexasBackend

Development Quickstart

Clone the repo:

git clone git@github.com:pytexas/PyTexas.git

Create a venv then:

$ pip install -r requirements.txt

Install the frontend:

$ npm install

Set up the ENV:

$ export "SECRET_KEY=an insecure development secret"

Run unapplied migrations:

$ python manage.py migrate

Run the development server:

# backend
python manage.py runserver

# frontend
gulp watch

Deploying

  1. git push heroku

Updating Requirements

pip-compile requirements.in