Skip to content

AbdallahMosa/drf-api

Repository files navigation

drf-api

LAB - Class 23

Project: snacks_crud_project

Author: AbdallahMosa

create django aproject

  • django-admin startproject project-name .

run the server

  • python manage.py runserver

create a Django app

-python manage.py startapp app-name

To get rid of the warning message on the terminal and To reflect any changes on the database

  • python manage.py migrate

create a superuser will all permissions

  • python manage.py createsuperuser

python manage.py makemigrations

pip freeze > requirements.txt

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published