-
Resetting Migrations and Reapplying
Commands:pip install Pillow pip list | grep PillowPurpose: Installing Pillow a Python Imaging Library.
-
Makemigrations and Migrate
Command:python manage.py makemigrations python manage.py migrate
Purpose: Creates and applies database migrations to ensure all models have corresponding tables in the database.
-
Checking Migration Status
Command:python manage.py showmigrations
Purpose: Displays the current migration status to identify any pending migrations.
-
Creating Superuser
Command:python manage.py createsuperuser
Purpose: Creates a new admin user for accessing the Django admin site.
-
To Run The Project
Command:python manage.py runserver
Purpose: Start the server.
-
Notifications
You must be signed in to change notification settings - Fork 0
MAD-SAM22/django_iti_webProject
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
this website was built by Django it is an Online Marketplace
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published