Skip to content

selvaraj48/employee_management_system.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

employee_management_system

for django the first step is to create a django folder

which means it has a inbuilt manage.py file to run the prgm

to create that select a location and open cmd in that location

then type django-admin startproject employeerecordmngmt

now a new folder created in the file location .. then open the file and open cmd inside the file

then to start your project you need an app which is like main in the program

now give the command py manage.py startapp employee

now the app employee is created in the folder

for windows the command is py and for mac its python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published