gledi / makina

Python Tirana AL 7 - Django Vehicle marketplace app Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Instructions

Clone the repo

git clone https://github.com/gledi/makina.git

Enter repo and create virtual environment

cd makina
python -m venv --prompt=makina venv
. venv\Scripts\Activate.ps1
pip install -r requirements.txt

Run migrations

python manage.py migrate vehicles

Run local development server

python manage.py runserver

Visit the following url on your browser: http://localhost:8000/

Deploy

About

Python Tirana AL 7 - Django Vehicle marketplace app Example


Languages

Language:Python 66.0%Language:HTML 21.9%Language:CSS 3.3%Language:JavaScript 3.2%Language:Makefile 3.2%Language:Dockerfile 2.2%Language:Shell 0.2%