https://github.com/anjasfedo/django_customer_management
Customer Management System Django
https://github.com/anjasfedo/django_customer_management
django
Last synced: 11 months ago
JSON representation
Customer Management System Django
- Host: GitHub
- URL: https://github.com/anjasfedo/django_customer_management
- Owner: Anjasfedo
- Created: 2024-04-04T18:55:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T15:00:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T03:28:33.146Z (about 1 year ago)
- Topics: django
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
create virtual enviroment
`py -3 -m venv venv`
run venv
`venv\Scripts\activate`