A place for trading things you do not need.
- Install
pythonandpostgresql - Clone the repo
- Configure
postgresqlon your machine and create a new database for this project. - Rename
listings/local_settings_example.pytolistings/local_settings.py. Put the details of your newly created database inlocal_settings.py - Create a virtual environment
and do
pip install -r requirements.txt cdto the cloned repo (while still in virtualenv) and run:python manage.py makemigrations main,python manage.py migrate- Run
python populate.pyto populate the database with some "categories", "locations", etc - Start the development server:
python manage.py runserver - Let me know if you're unable to get it running