Bekbo01 / railways

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Railways tracker app

Installation

To use this project you must have python, pip, virtualenv installed

Clone the project

git clone https://github.com/Bekbo01/railways.git

create a virtual environment

unix / mac

virtualenv virtualenv_name

windows

virtualenv myenv

activate the virtual environment

unix / mac

virtualenv -p /usr/bin/python3 virtualenv_name

windows

myenv\Scripts\activate

Install project dependency

pip install -r requirements.txt

create data base table

python manage.py migrate
python manage.py makemigrations

Start development server with the following commands

python manage.py runserver

ps: when ever you want to start the development server you only have to run: python manage.py runserver

About


Languages

Language:Python 96.4%Language:HTML 1.9%Language:JavaScript 0.9%Language:CSS 0.6%Language:Tcl 0.2%Language:PowerShell 0.0%Language:Batchfile 0.0%