Skip to content

Django App helps to maintain the attendance and track records of students of an educational organization, by also keeping updated them through messages and reports.

Notifications You must be signed in to change notification settings

sundaramrai/django-erp-attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

First, we have to install virtualenv to start the project in command prompt. pip install virtualenv

Then, we need to create virtualenv by running below code: virtualenv <name_of_your_environment>

After installation we need to activate virtualenv by running: .\env\Scripts\activate

Once virtualenv is activated. Execute these commands to build your Django project

pip install django
django-admin startproject <project_name>
python manage.py startapp <app_name>
python manage.py createsuperuser

FInally, after executing all these steps you should keep your file structure similar to these project. Then run these command to migarte all the changes/ python manage.py migrate

Now, to start with running your application run this command: python manage.py runserver

Start your development

Open http://127.0.0.1:8000/ with your browser to see the result and http://127.0.0.1:8000/admin to access the database.

Glimpse of Django-App

image image

About

Django App helps to maintain the attendance and track records of students of an educational organization, by also keeping updated them through messages and reports.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published