Skip to content

rakshak1010/uniccan-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Login/Logout Page

Tech-Stack

  • Django version 2.2.6
  • Sqlite Database

Initial Setup

  • Setup virtual environment in your PC (setup details)
  • Make sure your virtualenv is running before going further
  • Install Django
pip install Django==2.2.6
  • Clone the repository

Running Project

  • Traverse to the login directory.
  • Run the following commands for migrations.
python manage.py makemigrations
python manage.py migrate
  • Now run the server:
python manage.py runserver

Your server is now listening at localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published