Vette1123 / Django-Crud-Api-Operations

Django full crud/api webapp with login/signup/auth features, modifying the default django admin pannel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

π‡πžπ₯π₯𝐨 𝐭𝐑𝐞𝐫𝐞, 𝐟𝐞π₯π₯𝐨𝐰 <πšŒπš˜πšπšŽπš›πšœ/>!

To run the program, you have to install the following dependencies:

python -m venv env

..\env\Scripts\activate

pip install django

To start a new project, run the following command:

django-admin startproject project_name

To start a new app inside your project, run the following command:

pyhton manage.py startapp app_name

To run the server, run the following command:

python manage.py runserver

About

Django full crud/api webapp with login/signup/auth features, modifying the default django admin pannel.


Languages

Language:Python 53.2%Language:HTML 46.8%