Skip to content

Commit

Permalink
stupid rookie HTTP address error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentheminernz authored Nov 14, 2024
1 parent 823ca7b commit 95c9c94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UPLOADING-BATTLES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## How to upload battles (For Development)
This guide is for uploading battles to splashcat in a local debug instance. The guide for uploading it to the production website is [here](https://splashcat.ink/uploaders-information/)
This guide is for uploading battles to Splashcat in a local debug instance. The guide for uploading it to the production website is [here](https://splashcat.ink/uploaders-information/)

Ensure that you are running Splashcat in **debug** mode and at address `http:127.0.0.1:8000`
Ensure that you are running Splashcat in **debug** mode and at address `http://127.0.0.1:8000`
1. Enter poetry shell
```bash
cd *splashcat directory*
Expand Down Expand Up @@ -33,4 +33,4 @@ Use this if updateall isn't working or you want to update individual asset types
./manage.py updateawards
./manage.py updatechallenges
./manage.py updatesplatfests
```
```

0 comments on commit 95c9c94

Please sign in to comment.