- Install Python v3.10.
- Create a Virtual Environment.
python -m venv <environment_name> # or python3 -m venv <environment_name>
- Activate the Environment as per OS.
- Install Packages.
# Poetry poetry install # pip pip install -r requirements.txt
- Apply migrations.
python manage.py migrate
- Create Admin.
python manage.py createsuperuser
- Run development server.
python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 0
wrench1815/productapi
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
Packages 0
No packages published