Skip to content

travis-payne/Krill-WebApp

Repository files navigation

Krill-WebApp

Pre-requisites

If you do not have python installed, it can be downloaded from: https://www.python.org/downloads/

If you do not have pip, run the following to install:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py

The following packages will need to be installed by typing the following into a command line:

pip install django
pip install --upgrade django-crispy-forms
pip install django-cleanup

Starting the server

Simply navigate to the project directory and run the following:

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published