8000 GitHub - abbasitaher/VehicleCheckin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

abbasitaher/VehicleCheckin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VehicleCheckin

Features

Installation

This process assumes a basic knowledge of the Python ecosystem. If you are unfamilliar with [Pip], [Virtualenv] and it's counterpart Virtualenvwrapper, and the like, you may want to do some initial research into those topics.

  1. Create a virtual environment mkvirtualenv venv or python -m venv venv
  2. Clone this repository git clone git@github.com:TaherAbbasi/VehicleCheckin.git
  3. From within the repository root, install project dependencies pip install -r requirements.txt

Usage

Once you have cloned this repository.

  1. Activate the virtual Environmnet.
  2. In the project root: cd backend
  3. makemigrations python manage.py makemigrations
  4. apply the migrations to the database python manage.py migrate
  5. python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0