Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 478 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 478 Bytes

2-WithSpace

☁️ 2팀 E팀은2팀 - 위드 스페이스 (With Space) ☁️


Installation & Django Management Commands
  1. python -m venv myvenv
  2. pip install django
  3. pip install django-taggit
  4. pip install django-taggit-templatetags2
  5. python manage.py collectstatic
  6. python manage.py makemigrations
  7. python manage.py migrate
  8. python manage.py createsuperuser
  9. python manage.py runserver