iraklius9 / Rest

1 stars 0 forks source link

Django Product Management System

This project is a simple product management system built with Django.

1. Install dependencies: pip install -r requirements.txt

2. Set up the database: python manage.py migrate

3. Run the development server: python manage.py runserver

Admin Panel username is admin

Admin Panel password is admin123

Usage