Skip to content

Registration Page in vue and connected to Backend using Django (Sqlite3) and its unit tests

Notifications You must be signed in to change notification settings

aalluinmar/Registration-Form-Using-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Registration-Form-Using-Django

Registration Page in vue and connected to Backend using Django (Sqlite3) and its unit tests

Django Installation

pip install django

Creating Django Project

django-admin startproject mysite

Creating Django App

python manage.py startapp polls

Running app

python manage.py runserver

Running unit tests for Django tests

coverage run manage.py test

Cheking coverage report

coverage report -m

About

Registration Page in vue and connected to Backend using Django (Sqlite3) and its unit tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published