Skip to content

Just playing a bit with Django 🐍 and Azure B2C πŸ†”

Notifications You must be signed in to change notification settings

luizhlelis/django-azure-b2c-auth

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Django Azure B2C Auth

Just playing a bit with Django 🐍 and Azure B2C πŸ†”.

Prerequisites

  • Python 3.9

  • Pipenv

Running the app

To install dependencies, run:

pipenv install

First, active this project's virtualenv:

pipenv shell

To run the migrations, type the following (only required on first run):

python manage.py migrate

At the root folder, type the following command to up the server:

python3 manage.py runserver --noreload

to open the homepage, put the following in your browser:

http://localhost:8000

Samples

Articles:

Projects:

About

Just playing a bit with Django 🐍 and Azure B2C πŸ†”

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.0%
  • HTML 9.0%