Skip to content

Commit

Permalink
Remove obsolete files (jazzband#513)
Browse files Browse the repository at this point in the history
Removes gen.py that was used for django 1.6 testing
Removes test_migrations.sh since manage.py test automatically runs migrations on a test database
Exclude the "project/media" folder from git
Remove empty file test-requirements.txt that was used for django 1.6 testing
Delete test_code_gen_curl.py since all contents have been commented out since the file's inception
  • Loading branch information
Archmonger authored Oct 13, 2021
1 parent 2245739 commit 12e3654
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ dist
*db.sqlite*
/django_silky/media
*.prof
project/media/*
project/media/
project/tmp/
.vscode/

# Vagrant
Expand Down Expand Up @@ -121,4 +122,3 @@ fabric.properties

package-lock.json
*.db
project/tmp/
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,7 @@ python manage.py runserver

```bash
cd project
./tests/test_migrations.sh
python manage.py test --noinput
python manage.py test
```

Happy profiling!
12 changes: 0 additions & 12 deletions project/gen.py

This file was deleted.

Empty file.
118 changes: 0 additions & 118 deletions project/tests/test_code_gen_curl.py

This file was deleted.

4 changes: 0 additions & 4 deletions project/tests/test_migrations.sh

This file was deleted.

0 comments on commit 12e3654

Please sign in to comment.