Clone of the Airbnb Backend built with Django, REST Framework and Strawberry GraphQL
poetry shell
python manage.py runserver
python manage.py createsuperuse
python manage.py startapp {App 이름}
python manage.py makemigrations
python manage.py migrate
Clone of the Airbnb Backend built with Django, REST Framework and Strawberry GraphQL
Python
Clone of the Airbnb Backend built with Django, REST Framework and Strawberry GraphQL
poetry shell
python manage.py runserver
python manage.py createsuperuse
python manage.py startapp {App 이름}
python manage.py makemigrations
python manage.py migrate