|
2fa4874c08
|
Small refactoring
|
2020-07-30 22:33:41 +02:00 |
|
|
fc4167ffc2
|
PlaceImageForm Filename required
|
2020-07-30 22:18:55 +02:00 |
|
Leonhard Strohmidel
|
bf0d20dbbd
|
Syntax error
|
2020-07-30 14:27:17 +02:00 |
|
Leonhard Strohmidel
|
29245d1e5f
|
Refactoring
|
2020-07-30 14:26:52 +02:00 |
|
Leonhard Strohmidel
|
4e9f916169
|
Enabling mulitple image upload in 1 form
|
2020-07-30 14:15:28 +02:00 |
|
Leonhard Strohmidel
|
c8380a0073
|
Added Form for Image Upload to Place Create View
|
2020-07-30 13:09:00 +02:00 |
|
Leonhard Strohmidel
|
73a6a4f8d8
|
Comments and Codeformatting
|
2020-07-30 10:51:05 +02:00 |
|
|
066bc6011a
|
Added Place edit function.
|
2020-07-29 21:28:12 +02:00 |
|
|
6ef959d10b
|
Added forgotten migration.
|
2020-07-29 20:23:12 +02:00 |
|
|
2efb198f72
|
Added Modelform for place creation. Shabbily templated / not designed.
|
2020-07-29 20:22:04 +02:00 |
|
|
ec308a7428
|
Removed cleanliness warning.
|
2020-07-29 15:25:35 +02:00 |
|
|
b3f271e2e9
|
Merge branch 'venv-cleanup' of reverend/lostplaces-backend into master
|
2020-07-29 10:35:53 +00:00 |
|
|
4499c6b055
|
Wrote basic (pipenv) contribution guide in Readme.md.
|
2020-07-29 11:55:17 +02:00 |
|
|
4f3794c59d
|
Commented out Python3 subversion requirement.
|
2020-07-29 11:31:42 +02:00 |
|
|
3795d149ab
|
Added Image to pipenv.
|
2020-07-29 11:18:57 +02:00 |
|
|
17d8b28853
|
remove obsolete requirements, set up pipenv with dependencies in Pipfile.
|
2020-07-29 10:44:16 +02:00 |
|
|
d4ecc4c9de
|
Added db.sqlite3.bak to .gitignore.
|
2020-07-29 09:54:18 +02:00 |
|
|
bf3a7d5c35
|
Deleted all the defunct venv stuff and moved project dir to root.
|
2020-07-29 09:30:01 +02:00 |
|
|
8e25d5dff2
|
Created very basic initial login / logout functionality. Absolutely rudimentary templates included.
|
2020-07-29 00:15:12 +02:00 |
|
|
a95b90896e
|
Made title tag configurable the django way.
|
2020-07-28 23:45:28 +02:00 |
|
|
eea7d4ffa6
|
Created stub templates for auth foo.
|
2020-07-28 23:03:31 +02:00 |
|
|
36769322b4
|
Reset migrations after fuckery cause by changing AuthUserModel.
|
2020-07-28 21:43:19 +02:00 |
|
|
2897696663
|
Added CustomUser model called Explorer.
|
2020-07-28 20:15:34 +02:00 |
|
|
e14e4cda4c
|
Merge remote-tracking branch 'origin/master'
|
2020-07-28 18:41:57 +02:00 |
|
|
6a2df47b40
|
Truncated description a little more to prevent overflow.
|
2020-07-28 18:41:27 +02:00 |
|
|
2cf6e8b591
|
CSS enhancement
|
2020-07-28 18:41:04 +02:00 |
|
|
86341c1257
|
Merge branch 'master' of mowoe.com:reverend/lostplaces-backend
|
2020-07-28 18:35:50 +02:00 |
|
|
52cf9aeacc
|
Trying to fix CSS PlaceList Image
|
2020-07-28 18:35:42 +02:00 |
|
|
2a29e3a7a4
|
Shorted descriptions output in PlaceList so that it ends after a whole word.
|
2020-07-28 18:34:14 +02:00 |
|
|
045f18bd83
|
Fixed lambda serialization error
|
2020-07-28 09:39:11 +02:00 |
|
|
63295c9e8f
|
New CSS
|
2020-07-27 23:23:52 +02:00 |
|
|
b0261181b8
|
Fixed Float
|
2020-07-27 23:16:05 +02:00 |
|
|
55e04c094d
|
Added new requirement in Readme.md.
|
2020-07-27 23:00:58 +02:00 |
|
|
f41a292a71
|
Modified PlaceList template to also use thimbnails.
|
2020-07-27 22:54:27 +02:00 |
|
|
912fb8da50
|
Implemented django-thumbs-v2 and modified PlaceOverview template to use scaled images.
|
2020-07-27 22:53:33 +02:00 |
|
|
b027f9d476
|
Added first PlaceImage to PlaceList.
|
2020-07-27 22:00:51 +02:00 |
|
|
3c92bc93cd
|
Changed filenames to UUID4 which are thrown into a single directory. Added auto-delete for changed / deleted PlaceImages.
|
2020-07-27 21:32:59 +02:00 |
|
|
1c401532ad
|
Added dynamic PlaceImage output in template.
|
2020-07-27 21:00:26 +02:00 |
|
|
3f2ad1ca19
|
Merge remote-tracking branch 'origin/master'
|
2020-07-27 20:35:10 +02:00 |
|
|
acfdcd99ba
|
Added PlaceImage model, admin stuff, migrations with reference to Place.
|
2020-07-27 20:34:18 +02:00 |
|
|
ea5a230e43
|
Added Add Photos button
|
2020-07-27 19:00:32 +02:00 |
|
|
7b57268f31
|
Improved CSS, Markup and Logo+Favicon
|
2020-07-27 18:49:50 +02:00 |
|
|
ad916af5fb
|
Merge branch 'master' of mowoe.com:reverend/lostplaces-backend
|
2020-07-27 10:27:57 +02:00 |
|
|
7e460b6646
|
Implemented new logo
|
2020-07-27 10:27:47 +02:00 |
|
|
2aa4b4bd5b
|
Added MIT license and rudimentary Readme.md.
|
2020-07-27 09:56:55 +02:00 |
|
|
6314b696be
|
Fixed ordering of templates.
|
2020-07-26 23:42:31 +02:00 |
|
|
1d5870b492
|
Good morning, changed the wrong file
|
2020-07-26 23:39:20 +02:00 |
|
|
e2a26d45ae
|
Merge branch 'master' of mowoe.com:reverend/lostplaces-backend
|
2020-07-26 23:37:40 +02:00 |
|
|
66159631bf
|
Including Static Tag
|
2020-07-26 23:37:37 +02:00 |
|
|
e89d0b3d6f
|
Merge branch 'master' of mowoe.com:reverend/lostplaces-backend
|
2020-07-26 23:36:22 +02:00 |
|