Skip to content

This project is to understand Django. This project helps to understand the basic web development using django.

Notifications You must be signed in to change notification settings

iamniki01/Auto-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJANGO Python auto password generator website

This project aims to understand the working of django and its make life easy to develop website.

Steps involved to create website

  • Create Folder for an application

  • Install Django in python dev environment.

     pip3 install django
    
  • Start the project with the help of Django

     django-admin startproject auto_password_generator 
    
  • Open the created project using djnago

      cd auto_password_generator
    
  • Start the application using Django.

     python3 manage.py startapp pswd_generator
    
  • After entering paths in views and creating templates (html) as per our requirement. Then run server using the following command.

     python3 manage.py runserver 
    
  • Then check it with browser, using this url: http://localhost:8000/

About

This project is to understand Django. This project helps to understand the basic web development using django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published