Skip to content

Mini web server for user registration on postgreSQL (made with help of Django)

Notifications You must be signed in to change notification settings

APwhitehat/django-register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-register

Mini web server for user registration on postgreSQL (made with help of Django)

This was made to test/demonstrate remote user registration on postgreSQL . I intend to use this to authenticate user in realtime.

How to use

  • Install and setup postgreSQL
  • Make a database named newdb (Owner = postgres_user) or change setting.py DATABASE info
  • git clone this repo
  • Setup virtualenv as per your need
  • Install django
  • Run python manage.py runserver

You may need to run

python manage.py makemigrations &

python manage.py migrate

to setup database migrations before runserver

About

Mini web server for user registration on postgreSQL (made with help of Django)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published