Skip to content

whitebbit/python-getting-started

 
 

Repository files navigation

Python: Car Shop

  • Install requirements with this command
pip install -r requirements.txt
  • Make migrations
python manage.py makemigrations
python manage.py migrate
  • Use this command to add data to database
python manage.py my_custom_command
  • Set your MonoBank Token to project settings
MONOBANK_TOKEN="TOKEN"
  • Use this command to start demo server
python manage.py runserver

Python: Car Shop API

  • Use this command to start demo server
python manage.py runserver
  • Go to this page "/api/swagger/" to see API documentation

Python: Tests

  • Run test
pytest

About

Getting Started with Python on Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.2%
  • HTML 5.6%
  • Other 1.2%