Skip to content

this website was built by Django it is an Online Marketplace

Notifications You must be signed in to change notification settings

MAD-SAM22/django_iti_webProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands Used to Resolve the Issues

  1. Resetting Migrations and Reapplying
    Commands:

     pip install Pillow
     pip list | grep Pillow

    Purpose: Installing Pillow a Python Imaging Library.

  2. 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.

  3. Checking Migration Status
    Command:

    python manage.py showmigrations

    Purpose: Displays the current migration status to identify any pending migrations.

  4. Creating Superuser
    Command:

    python manage.py createsuperuser

    Purpose: Creates a new admin user for accessing the Django admin site.

  5. To Run The Project
    Command:

    python manage.py runserver

    Purpose: Start the server.

About

this website was built by Django it is an Online Marketplace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published