Skip to content

neuro-rights/hookahhigness

Repository files navigation

  1. sudo -u postgres psql

  2. CREATE DATABASE nftmarket;

  3. python -m venv env

  4. source env/bin/activate

  5. pip3 install -r requirements.txt

  6. python3 manage.py makemigrations

  7. python3 manage.py migrate

  8. python3 manage.py runserver

  9. heroku db commands heroku logs --tail heroku pg:reset DATABASE heroku run python manage.py migrate