Skip to content

This project shows how to create Django migrations and your own custom Migrations in Django. The project covers: Reverse Migrations, Empty (Data) Migrations

Notifications You must be signed in to change notification settings

jha-shubham01/django-migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Migrations

Description

This project shows how to create Django migrations and your own custom Migrations in Django. The project covers: Reverse Migrations, Empty (Data) Migrations

Technology Stack

Backend: Django

To run the project

Prerequisites: Python3, pipenv

To run the project

  1. Checkout the code
  2. Activate the virtual environment (pipenv shell)
  3. Install all the packages (pipenv install)
  4. Navigate inside the project (cd src)
  5. Run the backend server (python manage.py runserver)
  6. Visit the server link (http://localhost:8000/)

Video Demo

Part 1: https://youtu.be/FfHZleTLJUI
Part 2: https://youtu.be/kFhaGN7Uydc

About

This project shows how to create Django migrations and your own custom Migrations in Django. The project covers: Reverse Migrations, Empty (Data) Migrations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages