Skip to content

Website of Green Division, DIU ACM. A guide for any beginner programmer.

Notifications You must be signed in to change notification settings

KCN07/GreenDivision

 
 

Repository files navigation

Green Division

Instructions to run

  • Install requirements
    pip install -r requirements.txt
    or if you use pipenv
    pipenv install
  • Put the env.py file into GreenDivision folder
  • Run migrations and run the app
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver

About

Website of Green Division, DIU ACM. A guide for any beginner programmer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.0%
  • Python 24.0%
  • CSS 6.0%