Skip to content

mohan-cyber/django-sigle-sign-on-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack

  1. Python
  2. Django

Django Packages

(for installation - pip install virtualenv)

/django $ virtualenv venv

activate venv

/django $ source venv/bin/activate

deactivate venv

/django $ deactivate

Install Django & required packages

sh (venv) $ pip install -r requirements.txt

Freeze requirement

(venv) /django $ pip freeze > requirements.txt

Migrate models & create superuser

sh (venv) $ python manage.py makemigrations (venv) $ python manage.py migrate (venv) $ python manage.py createsuperuser

Run dev server in port 8002

sh (venv) $ python manage.py runserver 8002

For admin access use below url in browser

sh http://127.0.0.1:8002/admin/ (or) http://yourip:8002/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages