Wykres commitów

69 Commity (73265babfa8cc2df897868e06e85c59da356ec29)

Autor SHA1 Wiadomość Data
Asher Mathews 73265babfa
Updated the readme file to include the information about the automatic conversion of line endings in windows machines (#387)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-12-16 00:04:48 +00:00
Sage Abdullah cd09104203 List available tags in the README 2023-11-10 14:11:09 +11:00
Storm Heg 2edb874589
Revision and workflow demo data (#438) 2023-09-02 00:09:01 +01:00
Thibaud Colas ce1d757841 Switch to a Markdown table to document available user accounts 2023-08-11 13:30:55 +01:00
Storm B. Heg 926cff355a Document new users in readme 2023-08-11 13:30:55 +01:00
Storm B. Heg 65c7d3ac17
Fix readme heading level 2023-06-30 16:22:36 +02:00
Storm Heg a359f63701
Add testing notes about CSP (#428)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-06-30 15:10:07 +01:00
Jake Howard acdb1fb5ef Run migrations before loading data 2023-04-26 16:29:24 +01:00
Jake Howard 66aa55551b Create an empty env file
This avoids users seeing `UserWarning`s about it and getting confused
2023-02-16 10:13:49 +00:00
Jake Howard 1185e6de37 Remove public mention of Heroku setup
This isn't really something we want to support
2023-02-16 10:13:49 +00:00
Jake Howard e831dcee27 Always load local.py in dev 2023-02-16 10:13:49 +00:00
Matt Westcott ad41681491
Clarify that you need to wait 10 seconds after the docker command completes 2023-02-13 20:48:01 +00:00
Matt Westcott e02fbce696 Update Python requirements in readme 2023-02-07 17:43:34 +10:00
4the4ryushin 7367fedc0c fix small typo 2023-02-06 10:10:00 +00:00
Thibaud Colas f3776c5bbb Add Wikibooks link in README 2023-01-10 11:08:51 +00:00
Matt Westcott 274bba1279 Add instructions to wait for `docker compose up` to complete 2023-01-05 14:44:31 +00:00
Sanyam-Garg 6d64a92c77
update docker compose command (#350)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-12-27 14:44:26 +00:00
Thibaud Colas 4e0bf6e73a Add wagtailcore.modellogentry to ignored content in fixtures 2022-11-25 17:26:46 +00:00
Thibaud Colas 8d68d70260 Update bakerydemo fixture with Wagtail data changes from 2019 to v4.1.1 2022-11-25 17:26:46 +00:00
Coen van der Kamp 77d55ac019 Fix spelling 'set up' 2022-11-04 10:10:54 +00:00
Sage Abdullah 7cf07d4072 Add requirements for development 2022-08-18 12:51:17 +01:00
Storm Heg 7b7d289176
Merge pull request #314 from lb-/chore/format-readme
format (prettier) readme & fix backtick usage
2022-01-22 19:19:15 +01:00
LB Johnston c362a59eb1 format (prettier) readme & fix backtick usage 2022-01-15 20:16:34 +10:00
LB Johnston 3590125dc0 update all wagtail.io to wagtail.org
- also ensure that we link to stable not latest when using docs links consistently
2022-01-15 20:14:53 +10:00
LB Johnston ccafa1c6ac Update all Wagtail docs links
- use https instead of http as that is now the default
- update any fixed versions to the latest
2021-09-09 22:00:39 +01:00
LB Johnston e754783875 Update all Django docs references to the latest (3.2) version 2021-09-09 21:59:05 +01:00
Matt Westcott f8367ad51c upgrade to Wagtail 2.14 and Django 3.2 2021-08-02 14:28:33 +01:00
Coen van der Kamp 4469a5a182 Add Gitpod (#292) 2021-05-10 13:17:41 +01:00
Matt Westcott b281b72010
Update Python version range listed for virtualenv 2020-07-27 11:59:57 +01:00
Tobias McNulty d06f1d0f97
copy files from fixtures dir to MEDIA_ROOT (or remote storage) during load_initial_data (#255)
Note: This change will require any existing deployments to manually copy
bakerydemo/base/fixtures/media/original_images/ into bakerydemo/media/
2019-11-05 21:29:52 -05:00
Rupa Lahiri 47b883a4a4 Move demo app features from about page to readme. Fix #247 (#249) 2019-09-10 10:29:40 +01:00
Matt Westcott 70e4ff5429 Improve virtualenv setup instructions
* Mention that Python 3.x is required
* Ensure that the virtualenv is using the correct Python version before continuing
* Use requirements/base.txt, which skips troublesome-to-install packages that are only required for heroku
2018-10-27 09:45:51 +02:00
blgo 5c15c3d1fd Add missing Docker Compose dependency to readme file 2018-10-16 14:18:17 +01:00
Tom Dyson 99b65a5e24
Use HTTP for git clone installation instructions
Fixes #208
2018-06-22 10:35:20 +01:00
Eva Barabas 69f6fe3266 📝 extra docker command 2018-05-01 14:39:55 +01:00
Simon Willison a86242f6ef Fixed broken link
The "searching" link was 404ing
2018-02-22 10:12:02 +00:00
Tobias McNulty 15e3083769 add awscli to requirements and instructions for copying initial media to S3 bucket 2017-10-05 23:07:58 -04:00
Scot Hacker fc8c0102fa Readme typos 2017-04-03 23:34:27 -07:00
Scot Hacker 33038553a2 Misc documentation tweaks 2017-04-02 23:13:10 -07:00
Edd Baldry d7a2f94e87 Amend readme to improve flow of the document 2017-04-02 22:33:32 +01:00
Scot Hacker edc224e14b Readme tweaks 2017-04-01 10:11:42 -07:00
Scot Hacker dc5a672460 Fix dump data export path, data loadable by both sqlite and postgres
- Includes dump_data recipe in readme for future use
2017-04-01 09:56:34 -07:00
Scot Hacker 57d217f143 Export/import compatibility with postgres
- Fix import path
- Also adds two additional author profiles
- Remove some old fixtures
2017-04-01 00:45:53 -07:00
Scot Hacker 8fcb3e6e72 Initial fixture dump file
- With readme tweaks
2017-03-31 01:23:53 -07:00
Scot Hacker d4e0aa703e Readme note re: open source content 2017-02-23 23:09:37 -08:00
Scot Hacker e2bf6524d7 Modify readme to cover virtualenv for manual setups
- Also .gitignore .env file
2017-02-20 23:45:35 -08:00
Tobias McNulty 6652c42d09 Add Dockerfile, docker-compose.yml, S3 uploaded media settings (configurable via the environment), Docker instructions, and a .travis.yml to build/test the Docker image. 2017-02-19 11:46:34 -05:00
David Ray 8cfa0615af update readme for S3 language 2017-02-17 20:13:04 -05:00
David Ray abba63f0c7 update readme 2017-02-17 19:08:47 -05:00
David Ray a992f62f7c Fixes #27; adjust readme to give optional config steps for S3 based media 2017-02-17 18:50:35 -05:00