Skip to content

bcooksey/frontline-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontline Web

This project is the web frontend for the Frontline project.

Requirements

  1. Python 3.4+
  2. (Recommended) virtualenv and virtualenv wrapper. These get installed on your system globally, then you do the install process below inside a virtualenv

Install

  1. Install dependencies pip install -r requirements/dev.txt
  2. Setup a barebones settings file (tweak it as you like) echo "from .dev import *" >> frontline/settings/local.py
  3. Setup database ./manage.py migrate
  4. Add yourself as a superuser ./manage.py createsuperuser
  5. Start the server! ./manage.py runserver

About

Web frontend for Frontline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published