Skip to content

dkazantzas/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming club UIET

This is the official website of Programming club, UIET, Panjab University

Quickstart

First, clone the repository:

git clone https://github.com/pclubuiet/website.git

cd to the repository

cd website

Install the dependences

pip install -r requirements.txt

Run the migrations and collect the static files

python manage.py collectstatic
python manage.py migrate

Once everything it's setup you can run the development server: http://localhost:8000/

python manage.py runserver

About

Programming club, PU official website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.1%
  • HTML 22.9%