V-FOR-VEND3TTA / return-and-exchange-system

A return and exchange system to streamline the return and exchange process for ecommerce businesses, providing a seamless experience for customers and reducing operational headaches for the business using Django, Bootstrap
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Migrate and Run the Server #10

Closed V-FOR-VEND3TTA closed 1 month ago

V-FOR-VEND3TTA commented 1 month ago

Run the migrations and start the development server to test what we have so far:

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser  # Create an admin user
python manage.py runserver
V-FOR-VEND3TTA commented 1 month ago

Successfully completed this action.