https://github.com/riverrun/uni-website
Website using Flask, Python3 and Postgresql
https://github.com/riverrun/uni-website
Last synced: 3 months ago
JSON representation
Website using Flask, Python3 and Postgresql
- Host: GitHub
- URL: https://github.com/riverrun/uni-website
- Owner: riverrun
- License: other
- Created: 2014-11-16T03:53:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T10:53:44.000Z (almost 11 years ago)
- Last Synced: 2025-01-19T11:31:48.780Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## uni-website
An example website using Flask, Python3 and Postgresql.
This example consists of three apps: one consists of a single page which provides
information about the university department and the courses it provides, another
one is an exam, and the last one is a basic admin page, which is used to add
examinees, give scores for the writing section, and get the users' scores.
You need to login to take the exam.
### Usage
You need to create a postgresql database before running this app.
The `db_create.py` file and `data` directory provide examples of how to
populate the database.
The `setup_website.sh` script is for use with Ubuntu and can be used
to setup this app with Flask, Postgresql and Apache.
### Customizing this app
The exam app was written for an English exam with reading, listening
and writing sections, as can be seen if you look at the `exam.html`
template in the `templates/users` directory. However, it is also meant to be
easily customizable. If you have any questions about customization,
feel free to let me know.
#### License
GPLv3.