If already installed python follow next steps:
- open Powershell terminal in an empty folder (Shift+ right click) and run
python -m venv robo
where robo is the environment name(can be anything). - then run
.\robo\Scripts\activate
, this will activate the environment(green text in the beginning of every line will appear)
If runnig scripts is not allowed then go into admin mode bystart-process PowerShell -verb runas
thenSet-ExecutionPolicy RemoteSigned
to allow running scripts
to roll back enterSet-ExecutionPolicy Restricted
. - then install Django inside this environment with this command
pip install Django
- then clone the git repo
git clone https://github.com/Avtech04/Robotics_Club_Website.git
cd Robotics_Club_Website
- run
pip install -r requirements.txt
- create database schema by running
python manage.py makemigrations
and thenpython manage.py migrate
- create a superuser using
python manage.py createsuperuser
and fill required fields - run
python manage.py runserver
- goto server http://127.0.0.1:8000/
- open Powershell terminal in an empty folder (Shift+ right click) and run
pip install Django
- then clone the git repo
git clone https://github.com/Avtech04/Robotics_Club_Website.git
cd Robotics_Club_Website
- run
python manage.py runserver
- goto server http://127.0.0.1:8000/
-
Homepage
-
Gallery
-
Alumni
-
Faculty
-
Testimonial
-
Achievement
-
Events
-
Projects
-
Login
-
Donate
-
Blog
-
Workshop
-
Notice Board
-
Components
-
Teams
We're in testing phase now