Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 399 Bytes

Django Postgresql Practice

  • Project practice with postgreSql database with api and views

Projectc Structure

manage.py*  README.md  requirments.txt

cars:
__init__.py   admin.py  migrations/  templates/  urls.py
__pycache__/  apps.py   models.py    tests.py    views.py

envv:
Lib/  pyvenv.cfg  Scripts/

myproject:
__init__.py  __pycache__/  asgi.py  settings.py  urls.py  wsgi.py