项目作者: okraskaj

项目描述 :
Website for "Spirifer" geological group.
高级语言: HTML
项目地址: git://github.com/okraskaj/Spirifer.git
创建时间: 2019-02-20T08:36:59Z
项目社区:https://github.com/okraskaj/Spirifer

开源协议:

下载


Spirifer website

Build Status

About

Website for a geological association for students “Spirifer”.

Getting Started

To test project on local enviroment firstly you need to clone the source code.

Prerequisites

Project is based on Python 3 so you will need to have it installed on your enviroment.
Also virtual enviroment is recommended in order to keep requirements separated.

Installation

To install the requirements you need to use pip:

  1. pip install -r requirements.txt

Running

To run project simply type in this command:

  1. python manage.py runserver

Authors