Setup and readme improvement and clarification #15

Merged
pwgen2155 merged 15 commits from Mediaman/dawdle:main into main 2024-03-07 05:46:47 +00:00
Contributor

Removed the setup folder and install.sh script, changed readme to actually show how to set up the bot, included a "dawdle.conf.example" to act as the template config, changed dawdle.py --setup to just pull the owner character's name from config and use a default "Hidden Master" class since admins can change class whenever (but it still prompts for password because there's not much reason not to)

Removed the setup folder and install.sh script, changed readme to actually show how to set up the bot, included a "dawdle.conf.example" to act as the template config, changed dawdle.py --setup to just pull the owner character's name from config and use a default "Hidden Master" class since admins can change class whenever (but it still prompts for password because there's not much reason not to)
Mediaman added 13 commits 2024-03-06 06:09:50 +00:00
pwgen2155 approved these changes 2024-03-06 07:39:28 +00:00
pwgen2155 requested changes 2024-03-07 01:06:21 +00:00
pwgen2155 left a comment
Owner

A few items that we need to fix up.

Also if you can pull in the latest change i fixed up a syntax warning which stopped me from doing the --setup (or i thought was causing an error)

A few items that we need to fix up. Also if you can pull in the latest change i fixed up a syntax warning which stopped me from doing the --setup (or i thought was causing an error)
README.md Outdated
@ -23,0 +13,4 @@
cd site
./manage.py migrate --database=default
./manage.py migrate --database=game
./manage.py collecstatic --no-input
Owner

./manage.py collectstatic --no-input

./manage.py collectstatic --no-input
README.md Outdated
@ -23,0 +15,4 @@
./manage.py migrate --database=game
./manage.py collecstatic --no-input
cd ..
./dawdle.py --setup af/dawdle.config
Owner

./dawdle.py --setup af/dawdle.conf

./dawdle.py --setup af/dawdle.conf
Mediaman added 1 commit 2024-03-07 05:28:47 +00:00
Mediaman added 1 commit 2024-03-07 05:45:28 +00:00
pwgen2155 merged commit e0e394462d into main 2024-03-07 05:46:47 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pwgen2155/dawdle#15
No description provided.