Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 285 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 285 Bytes

django-forex

An Django App shows Forex Currencies Information (Create your portfo)

  1. Clone the project
  2. Install the dependencies by run "pip install -r requirements.txt"
  3. Migrate DB by run "python manage.py migrate"
  4. then run your project by run "python manage.py runserver"