samrose3/dadjokes

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.buildpacks
.gitignore
.sample-env
.vscode/settings.json
LICENSE.md
Procfile
README.md
dadjokes/dadjoke/static/humans.txt
dadjokes/static/humans.txt
package.json
requirements.txt
runtime.txt
website/static/css/style.css
website/static/css/style.min.css
website/static/favicon.ico
website/static/img/bg-pattern.png
website/static/img/demo-screen-1.png
website/static/less/mixins.less
website/static/less/style.less
website/static/less/variables.less
website/templates/auth.html
website/templates/base.html
website/templates/index.html
website/templates/privacy.html
website/templates/support.html
website/templates/support_template.txt
gulpfile.js52
A
1 hr
api/__init__.py1
api/admin.py1
api/apps.py8
api/migrations/0001_initial.py35
api/migrations/0002_auto_20161112_0806.py15
api/migrations/0003_auto_20161112_1555.py13
api/migrations/0004_joke_url.py13
api/migrations/0005_joke_score.py13
api/migrations/0006_joke_name.py14
api/migrations/0007_auto_20161113_1224.py23
api/migrations/0008_auto_20161113_1231.py13
api/migrations/0009_auto_20161120_1606.py12
api/migrations/__init__.py0
api/models.py16
api/serializers.py6
api/services.py65
api/tests.py1
api/urls.py8
api/views.py87
A
3 hrs
dadjokes/__init__.py0
dadjokes/dadjoke/__init__.py0
dadjokes/dadjoke/settings.py97
dadjokes/dadjoke/urls.py21
A
50 mins