Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

cristicismas/BT-Real-Estate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BT-Real-Estate

Real estate django web app.

Get started

I recommend you install packages using pipenv.

To get started run the following in the root directory:

pipenv shell
pipenv install
python manage.py runserver

You will also need a .env file in the /btre directory. This should contain an EMAIL field, and a PASSWORD field.