-
Create virtual env:
uv venv
-
Install dependencies:
uv pip install -r pyproject.toml
-
DEVELOPER ONLY create app:
python manage.py startapp app1
-
Migrate:
python manage.py migrate
. -
Create a
.env
file and add env variables required. -
Example-> env var access:
SECRET_KEY = os.getenv('SECRET_KEY')
.
-
Notifications
You must be signed in to change notification settings - Fork 0
AyushK101/ml-service
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published