Skip to content

fhydralisk/FIBNewSeminar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIBNewSeminar, FIB Lab Seminar background and frontend, Powered by django

Requirement

Django >= 1.11.0

Python >= 2.7.6

Python3 is not supported

Installation

Install Django >= 1.11.0

$ pip install "django>=1.11.0,<2.0"

Download FIBNewSeminar

$ git clone https://github.com/fhydralisk/FIBNewSeminar.git
$ cd FIBNewSeminar

Initialize database

$ python manage.py makemigrations

$ python manage.py migrate

$ python manage.py createsuperuser
Username (leave blank to use 'hydra'): superusername
Email address: your@company.com
Password: ********

Run Testing Server

$ python manage.py runserver 127.0.0.1:8000

Test The Admin site

http://127.0.0.1:8000/admin/

Test The Index Page

http://127.0.0.1:8000/

About

FIB Lab Seminar background and frontend, Powered by django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors