Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 83 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,89 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Django #
*.log
*.pot
*.pyc
__pycache__
db.sqlite3
media

# dependencies
/node_modules
/.pnp
.pnp.js
# Backup files #
*.bak

# testing
/coverage
# Python #
*.py[cod]
*$py.class

# production
/build
# Distribution / packaging
.Python build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.manifest
*.spec

# Database stuff
*.sqlite3
db.sqlite3
# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mkdocs documentation
/site

# mypy
.mypy_cache/

# Sublime Text #
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project

# sftp configuration file
sftp-config.json

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# Package control specific files Package
Control.last-run
Control.ca-list
Control.ca-bundle
Control.system-ca-bundle
GitHub.sublime-settings

npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Visual Studio Code #
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
Binary file modified UCAS_clear/__pycache__/urls.cpython-39.pyc
Binary file not shown.
Binary file modified UCAS_clear/__pycache__/views.cpython-39.pyc
Binary file not shown.
Binary file added UCAS_clear/static/UCAS_clear/images/face.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UCAS_clear/static/UCAS_clear/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UCAS_clear/static/UCAS_clear/images/uni.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading