This project is developed using Python and Django Rest Freamwork. It includes various functionalities such as database migrations, static file collection, and user management.
- Python
- pip
-
Install the required packages:
pip3 install -r requirements.txt
-
Apply database migrations:
./manage.py makemigrations ./manage.py migrate
-
Create a superuser:
python3 manage.py createsuperuser --username admin --email admin@mail.com
-
Collect static files:
python3 manage.py collectstatic
- To start the development server:
python3 manage.py runserver
Zokirjonova Muslima 24835737
This project is developed using Python and Django Rest Freamwork. It includes various functionalities such as database migrations, static file collection, and user management.
Blog Detail