Skip to content

Commit

Permalink
Merge latest changes into fork
Browse files Browse the repository at this point in the history
 - Add edit profile feature
 - Add edit issue feature
 - Add initial ratings system
  • Loading branch information
Asterisk007 committed Apr 29, 2020
2 parents 14facfb + f619c6d commit 3cca389
Show file tree
Hide file tree
Showing 27 changed files with 543 additions and 142 deletions.
66 changes: 66 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Django #
*.log
*.pot
*.pyc
__pycache__
db.sqlite3
media

# Backup files #
*.bak

# Python #
*.py[cod]
*$py.class

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

# 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/

# Visual Studio Code #
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
Binary file removed db.sqlite3
Binary file not shown.
Binary file removed myapp/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed myapp/__pycache__/admin.cpython-37.pyc
Binary file not shown.
Binary file removed myapp/__pycache__/forms.cpython-37.pyc
Binary file not shown.
Binary file removed myapp/__pycache__/models.cpython-37.pyc
Binary file not shown.
Binary file removed myapp/__pycache__/urls.cpython-37.pyc
Binary file not shown.
Binary file removed myapp/__pycache__/views.cpython-37.pyc
Binary file not shown.
Loading

0 comments on commit 3cca389

Please sign in to comment.