Skip to content

Commit

Permalink
edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PPNG06 committed Mar 25, 2022
1 parent 07425ab commit e266c91
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# start_hack
# Switch case
Please note that this project requires a Django environment, as well as the installation of argon2 for user password security

Django version: 3.2.5

Pip installation (python):
To install django, run pip install django
Then, to install argon2, run pip install django[argon2]

Have fun!
"#start_hack", "#madness"
Binary file modified db.sqlite3
Binary file not shown.
Binary file modified file_app/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified file_app/__pycache__/admin.cpython-39.pyc
Binary file not shown.
Binary file modified file_app/__pycache__/apps.cpython-39.pyc
Binary file not shown.
Binary file modified file_app/__pycache__/forms.cpython-39.pyc
Binary file not shown.
Binary file modified file_app/__pycache__/models.cpython-39.pyc
Binary file not shown.
Binary file modified file_app/__pycache__/views.cpython-39.pyc
Binary file not shown.
Binary file modified file_app/migrations/__pycache__/0001_initial.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified file_app/migrations/__pycache__/0004_student.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified file_app/migrations/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified switch_project/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified switch_project/__pycache__/settings.cpython-39.pyc
Binary file not shown.
Binary file modified switch_project/__pycache__/urls.cpython-39.pyc
Binary file not shown.
Binary file modified switch_project/__pycache__/wsgi.cpython-39.pyc
Binary file not shown.

0 comments on commit e266c91

Please sign in to comment.