[Flask] Aggregate your news and vote for the content you care about.
Delete Vaqar from authors.
Changed files
README.org
@@ -1,5 +1,5 @@
1
1
#+TITLE: README.org for =yesno=
2
Removed:
#+AUTHOR: Marius P. and Vaqar S.
2
Added:
#+AUTHOR: Marius Peter
3
3
#+DATE: Created: <2020-01-22 Wed> \break Updated: <2020-02-05 Wed>
4
4
5
5
* Folder structure
app/routes.py
@@ -16,6 +16,7 @@
16
16
These are used to avoid cluttering this file with
17
17
placeholder data for posts' content.
18
18
"""
19
Added:
19
20
from datetime import datetime
20
21
from flask import Flask, render_template, flash, redirect, url_for
21
22
from forms import RegistrationForm, LoginForm