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.devfile 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
appsfolder - Rename app name inside
apps.pyfile fromname = '<app_name>'toname = 'apps.<app_name>' - Add app name to
INSTALLED_APPSlist insettings.pywith'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