8000 GitHub - rishuriya/aashram_sewa
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rishuriya/aashram_sewa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aashram_sewa

To Run the webpage

Clone this repository, then do create the virtual environment and then run it

cd aashram_sewa/
python3 pip -m venv <virtualenvname>
source <virtualenvname>/bin/activate

Then download and install the required package

pip install -r requirements.txt

Migrate the models

python3 manage.py makemigrations
python3 manage.py migrate

Create Super user

python3 manage.py createsuperuser

Run the Website

python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0