๐Ÿ“ฆ wrussell1999 / university-bridging-assignment

Bridging Assignment for progression into final year at the University of Birmingham

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/wrussell1999/university-bridging-assignment.git
HTTPS git clone https://github.com/wrussell1999/university-bridging-assignment.git
SSH git clone git@github.com:wrussell1999/university-bridging-assignment.git
CLI gh repo clone wrussell1999/university-bridging-assignment
Will Russell Will Russell Add link to website 337e9de 5 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ blog
๐Ÿ“ cv
๐Ÿ“ home
๐Ÿ“ templates
๐Ÿ“ website
๐Ÿ“„ .example.env
๐Ÿ“„ .gitignore
๐Ÿ“„ Assignment.md
๐Ÿ“„ manage.py
๐Ÿ“„ README.md
๐Ÿ“„ requirements.txt
๐Ÿ“„ setup.sh
๐Ÿ“„ README.md

Bridging Assignment

Bridging Assignment at the University of Birmingham

Assignment specification can be found here.

Find the final website here!

Tutorial can be found here.

Setup

virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
cat creds-template.json > creds.json

Run

python manage.py runserver