Skip to content

ramilabzalov1/scd-type2

Repository files navigation

Django SCD type 2 simple project

Getting started

Create .env file with .env.example keys in config folder.

Install dependencies:

poetry install

Activate virtual environment:

poetry shell

Make database migrations:

python manage.py migrate

Create superuser for admin panel access:

python manage.py createsuperuser

Run server:

python manage.py runserver

Admin panel

With superuser credentials you can sign in admin panel http://localhost:8000/admin/

GraphQL

For testing API you can follow the link http://localhost:8000/graphql/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages