![Logo](/pkkulhari/sajes0/raw/master/public/images/logo.png)
A Landing Page + CMS for Shree Amar Jyot Education Society, Daman
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Landing Page: https://sajes.onrender.com/
Admin: https://sajes.onrender.com/dashboard (username: admin, password: admin)
Table of Contents
- Django
- Bootstrap 5
- JQuery
- Postgres
- Heroku
To setup a development environment, you are required Python
with pip
and NodeJS
with npm
-
pip
pip install --upgrade pip
-
Clone the repo
git clone https://github.com/pkkulhari/sajes.git
-
Change the dir to sajes
cd sajes
-
rename
.env-example
file to.env
or create a new one, and change variablemv ./.env-example ./.env
-
Install pip packages
pip install -r requirements.txt
-
Run DB migrations
python manage.py migrate
-
Finally, start the app by spinning up django dev server
python manage.py runserver
Now, the app should listening on http://127.0.0.1:8000/