- Python 3.10
- Install poetry
- Run
poetry installinproject_name_directory - In
maindircreate.envfile where you need to you need to specify following:- SECRET_KEY=
your secret key - DB_NAME=
db name - DB_USER=
db user - DB_PASSWORD=
db password - DB_PORT=
db port - DROPBOX_APP_KEY=
dropbox app key - DROPBOX_APP_SECRET=
dropbox app secret - DROPBOX_OAUTH2_REFRESH_TOKEN=
dropbox refresh token - DROPBOX_ROOT_PATH=
dropbox root path where files will be uploaded
- SECRET_KEY=
- Run
docker-compose up -d --buildand visit127.0.0.1:8000to start using
-
Notifications
You must be signed in to change notification settings - Fork 0
Vaipik/web_project_team_1
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published