]> git.p6c8.net - pcdenotes.git/log
pcdenotes.git
2 years agoRedirect /notes/ to /
Patrick Canterino [Sat, 29 Jan 2022 12:20:36 +0000 (13:20 +0100)]
Redirect /notes/ to /

2 years agoFlipped title of detail view
Patrick Canterino [Sat, 29 Jan 2022 12:06:23 +0000 (13:06 +0100)]
Flipped title of detail view

2 years agoWhen an admin is logged on, display drafts
Patrick Canterino [Fri, 28 Jan 2022 19:50:09 +0000 (20:50 +0100)]
When an admin is logged on, display drafts

2 years agoAdded copyright notice
Patrick Canterino [Mon, 24 Jan 2022 18:10:01 +0000 (19:10 +0100)]
Added copyright notice

2 years agoAllow a title of a note used be more than once
Patrick Canterino [Sun, 23 Jan 2022 21:05:01 +0000 (22:05 +0100)]
Allow a title of a note used be more than once

2 years agoDo pagination only if there is more than one page
Patrick Canterino [Sun, 23 Jan 2022 21:02:33 +0000 (22:02 +0100)]
Do pagination only if there is more than one page

2 years agoMade footer stay at the bottom
Patrick Canterino [Sun, 23 Jan 2022 20:41:16 +0000 (21:41 +0100)]
Made footer stay at the bottom

Found at:
https://www.codegrepper.com/code-examples/css/how+to+take+footer+in+bottom+but+not+fixed+in+bootstrap

2 years agoUsing <header> and <footer> in HTML
Patrick Canterino [Sun, 23 Jan 2022 20:36:44 +0000 (21:36 +0100)]
Using <header> and <footer> in HTML

2 years agoModified templates
Patrick Canterino [Sun, 23 Jan 2022 20:24:31 +0000 (21:24 +0100)]
Modified templates

2 years agoFixed some things in the templates
Patrick Canterino [Sun, 23 Jan 2022 20:08:50 +0000 (21:08 +0100)]
Fixed some things in the templates

2 years agoAdded pagination
Patrick Canterino [Sun, 23 Jan 2022 20:01:20 +0000 (21:01 +0100)]
Added pagination

2 years agoChanged the way the .env file is loaded
Patrick Canterino [Sun, 23 Jan 2022 17:26:22 +0000 (18:26 +0100)]
Changed the way the .env file is loaded

2 years agoSwitched from SQLite3 to MariaDB / MySQL
Patrick Canterino [Sun, 23 Jan 2022 16:53:38 +0000 (17:53 +0100)]
Switched from SQLite3 to MariaDB / MySQL

2 years agoGet SECRET_KEY and DEBUG from .env
Patrick Canterino [Sun, 23 Jan 2022 15:01:09 +0000 (16:01 +0100)]
Get SECRET_KEY and DEBUG from .env

Also set ALLOW_HOSTS to '*'

2 years agoAdded STATIC_ROOT
Patrick Canterino [Sun, 23 Jan 2022 14:10:11 +0000 (15:10 +0100)]
Added STATIC_ROOT

2 years agoAdded basic bootstrap layout
Patrick Canterino [Sun, 23 Jan 2022 14:04:54 +0000 (15:04 +0100)]
Added basic bootstrap layout

2 years agoUse template inheritance
Patrick Canterino [Sun, 23 Jan 2022 13:44:35 +0000 (14:44 +0100)]
Use template inheritance

2 years agoMoved venv
Patrick Canterino [Fri, 21 Jan 2022 16:05:30 +0000 (17:05 +0100)]
Moved venv

2 years agoFirst commit of my notes Django application
Patrick Canterino [Thu, 20 Jan 2022 19:38:50 +0000 (20:38 +0100)]
First commit of my notes Django application

It's mainly a very simple blog without comments and other stuff.
Main purpose is to post short articles, called "notes".

It's loosely based on some Django tutorials.

This is the very first commit. The application is able to list the
notes and to display a single note.

patrick-canterino.de