Skip to content

xuvez/trade-motors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trade-motors

A Django-based website for http://globaltrademotors.com

Prerequisites

Setting up the project

Using a Virtual Environment (Recommended)

Create a virtual environment trademotors and activate.

pip install virtualenv
virtualenv trademotors
cd trademotors
source bin/activate

Clone the repository

git clone [email protected]:sitture/trademotors.git .

Install required packages

pip install -r requirements.txt

Running the Django server locally

Once the above packages are installed successfully, you should then be able to run the django server.

To run the application locally, open the file src/gp_cars/settings/local.py and set DEBUG to True.

cd src
python manage.py runserver

Running the Tests

From the src directory, run the below to execute tests.

python manage.py test

About

A Django-based website for http://globaltrademotors.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%