Compare commits

..

10 commits

Author SHA1 Message Date
Benjamin 6ba05b29c8 Add url patterns 2023-03-19 15:45:54 +01:00
Benjamin 5a87bf5800 Add views 2023-03-19 15:45:54 +01:00
Benjamin faa0708e75 Add HTML templates 2023-03-19 15:45:54 +01:00
Benjamin 8d13fe178d Add forms 2023-03-19 15:45:54 +01:00
Benjamin a1f3586f37 Register models to admin 2023-03-19 15:45:54 +01:00
Benjamin ab65dfa30b Add models 2023-03-19 15:45:54 +01:00
Benjamin d5cf112f6e Add links to recipes add to nav list and index 2023-03-19 15:45:54 +01:00
Benjamin 5932abff16 Add recipes/ url pattern 2023-03-19 15:45:54 +01:00
Benjamin ab447136b1 Start App Recipes 2023-03-19 15:45:54 +01:00
Benjamin 0a23a74e8f Add copyright notice and AGPL-3.0-only license 2023-03-19 15:44:39 +01:00

View file

@ -1,5 +1,7 @@
# 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,
@ -29,7 +31,7 @@ To get this project up and running locally on your computer:
---
Copyright © 2023 Benjamin Stadbauer
Copyright © 2023 Benjamin Stadlbauer
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.