GitXplorerGitXplorer
T

Vex-Blog-Live

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
55c071ec021959d08cbc6536b9ee67225383b82d

Update README.md

TTyffhabwe committed 2 years ago
Unverified
c43135120c25b6ee5b48bb648f2a8f84ddb23e04

Quick changes to database adding fields optimisation script and alsoadded battery wear level hopefully does not crash

TTyffhabwe committed 3 years ago
Unverified
28efe50f351e586d3de7739904adb39ba1d9004c

Final update to ensure changes are the same for the programming standard

TTyffhabwe committed 3 years ago
Unverified
65ee5af83cb2d98764a8deef8ad74203a9e577bf

Made imrpovements basedd off feedback and fixed the bug in the does_it_boot line

TTyffhabwe committed 3 years ago
Unverified
9b44e42a82f468b6e807770b1893942a067a0438

Added clear error messages for password checking. Also means that I changed around the way that registration works entirely.

TTyffhabwe committed 3 years ago
Unverified
af54adbbd15106ce8d58e41e7779d08742264e36

Add Release Phase to Procfile

TTyffhabwe committed 3 years ago

README

The README file for this repository.

Vex-Blog-Live

Website for the laptop refurbishment club that I ran

Contents

  • Section of the site exists as a 'blog' that we can add articles to (usually from ifixit) to show people how to fix the new batch of laptops
  • Other section of the site uses the django backend and sqllite3 database to store lots of useful data about each laptop as it's fixed. Each entry is tied to an account so you know who to talk to if something is wrong

Download and run

  • You will need django 2.x.x and python 3.x.x
  • Download the file to your local machine, and on terminal navigate to 'manage.py' then run the command 'manage.py runserver'