Skip to content

Commit

Permalink
added restframework
Browse files Browse the repository at this point in the history
  • Loading branch information
kakulukia committed Apr 7, 2018
1 parent bda6d1b commit fee8533
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 117 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ pypugjs = "*"
huepy = "*"
django-post-office = "*"
uwsgidecorators = "*"
djangorestframework = "*"
128 changes: 11 additions & 117 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions users/migrations/0002_auto_20180406_1557.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.0.4 on 2018-04-06 13:57

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('users', '0001_initial'),
]

operations = [
migrations.AlterModelOptions(
name='user',
options={'base_manager_name': 'data', 'default_manager_name': 'data', 'get_latest_by': 'created', 'ordering': ['-created'], 'verbose_name': 'user', 'verbose_name_plural': 'users'},
),
]

0 comments on commit fee8533

Please sign in to comment.