Skip to content

ayushnanda21/Imperial-educa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPERIAL-EDUCA

ABOUT

TECH STACK

DJango | Html | Python | Bootstrap | Memcached | Api | Drf

Quick Start

  • Fork and Clone the repository using-
git clone https://github.com/ayushnanda21/Imperial-educa.git
  • Create a Branch-
git checkout -b <branch_name>
  • Create virtual environment-
python -m venv env
env\Scripts\activate
  • Install dependencies using-
pip install -r requirements.txt

If you have python2 and python3 installed you need to specify python3 by using command:

python3 -m pip install -r requirements.txt
  • Headover to Project Directory-
cd Imperial-educa
  • Make migrations using-
python manage.py makemigrations

If you have python2 and python3 installed you need to specify python3 by using command:

python3 manage.py makemigrations
  • Migrate Database-
python manage.py migrate
  • Create a superuser-
python manage.py createsuperuser
  • Run server using-
python manage.py runserver
  • Push Changes-
git add .
git commit -m "<your commit message>"
git push --set-upstream origin <branch_name>

Useful Resources to Learn

License

Distributed under the MIT License. See LICENSE for more information.

Like This?? Star ⭐ this Repo.

Made with ❤️ by Ayush Nanda

forthebadge made-with-python forthebadge