Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 219 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 219 Bytes

arabic_magazine

Deployment

  1. Ensure makemigrations has been run and all changes are committed to git.
  2. Push to Heroku: git push heroku master
  3. Run migrations heroku run python manage.py migrate