Database design: link
- Clone the repository
-
git clone https://github.com/sevbo2003/unibook.uz-backend.git
- Install dependencies
-
pip install -r requirements.txt
- Environment setup
- open
.env.dev
file and enter your credentials end rename file to.env
- open
- Run server after this commands
-
python manage.py makemigrations python manage.py migrate python manage.py runserver
-
- Create a new app
-
python manage.py startapp <app_name>
-
- Move your app to the
apps
folder - Rename app name inside
apps.py
file fromname = '<app_name>'
toname = 'apps.<app_name>'
- Add app name to
INSTALLED_APPS
list insettings.py
with'apps.<app_name>'
- Do what ever you want with your app
- Fork the repository
- Create a new branch
- Commit your changes
- Push your changes to the repository
- Open a pull request