Skip to content
/ django-drf-template Public template

A simple template to start a DRF project. Please contribute to improve this template.

License

Notifications You must be signed in to change notification settings

ok7uz/django-drf-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest Framework Template Project

This project is built using Django Rest Framework (DRF). It provides a foundation for creating and managing RESTful APIs.

Installation

To install this project, follow these steps:

  1. Clone the project:
git clone https://github.com/ok7uz/Django-DRF-Template.git
cd Django-DRF-Template
  1. Set up a virtual environment (recommended):
python3 -m venv env
source env/bin/activate
  1. Install the requirements:
pip install -r requirements.txt
  1. Create the .env file. Copy the necessary values from the .example.env file and adjust them as needed:
cp example.env .env
  1. Apply migrations and create the database:
python manage.py migrate
  1. Run the server:
python manage.py runserver

You can install and configure the main parts of the project through these steps.

Configuration

Modify the necessary values inside the .env file for configuration. Additional settings can be adjusted in the settings.py file.

Issues and Suggestions

If you have any questions, suggestions, or encounter any issues related to this project, please feel free to raise an issue on GitHub. Your feedback is highly appreciated!

About

A simple template to start a DRF project. Please contribute to improve this template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages