Skip to content

jhaiduce/dc_house_hunting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DC House Hunting

This is a Pyramid web application to aid in a housing search

Set up the development environment

  1. Change directory into your newly created project.
cd dc_house_hunting
  1. Create a Python virtual environment.
python3 -m venv env
  1. Upgrade packaging tools.
env/bin/pip install --upgrade pip setuptools
  1. Install the project in editable mode with its testing requirements.
env/bin/pip install -e ".[testing]"
  1. Initialize and upgrade the database
env/bin/initialize_dc_house_hunting_db development.ini
  1. Run unit tests.
env/bin/pytest
  1. Start the application on a local test server
env/bin/pserve development.ini

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published