Compare commits

..

10 commits

Author SHA1 Message Date
Benjamin 7969f06a2b Add url patterns 2023-03-18 20:19:20 +01:00
Benjamin c3a1b5457c Add views 2023-03-18 20:19:20 +01:00
Benjamin 54e888dd07 Add HTML templates 2023-03-18 20:19:20 +01:00
Benjamin c714e2ff4d Add forms 2023-03-18 20:19:20 +01:00
Benjamin 9225f18215 Register models to admin 2023-03-18 20:19:20 +01:00
Benjamin 6b32f254f1 Add models 2023-03-18 20:19:20 +01:00
Benjamin 734fb43a7c Add links to recipes add to nav list and index 2023-03-18 20:19:20 +01:00
Benjamin 665ea994f2 Add recipes/ url pattern 2023-03-18 20:19:20 +01:00
Benjamin fa2d95384a Start App Recipes 2023-03-18 20:19:20 +01:00
Benjamin 6bde79d153 Add copyright notice and AGPL-3.0-only license 2023-03-18 20:18:25 +01:00

View file

@ -1,7 +1,5 @@
# Barn Django App
A collection of web-apps for my family's personal use, including a recipe database.
Django project for the Barn web-app.
This project is in early development and is by far not suitable, much less safe,
@ -31,7 +29,7 @@ To get this project up and running locally on your computer:
---
Copyright © 2023 Benjamin Stadlbauer
Copyright © 2023 Benjamin Stadbauer
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.