-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: __init__.py [] [email protected] $ | ||
# ID: __init__.py [2de4867] [email protected] $ | ||
|
||
""" | ||
An application that allows the management of our classifier corpus. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: admin.py [] [email protected] $ | ||
# ID: admin.py [2de4867] [email protected] $ | ||
|
||
""" | ||
Register models with the Django Admin for the corpus app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: apps.py [] [email protected] $ | ||
# ID: apps.py [2de4867] [email protected] $ | ||
|
||
""" | ||
Application definition for the corpus app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: bitly.py [] [email protected] $ | ||
# ID: bitly.py [63935bc] [email protected] $ | ||
|
||
""" | ||
Access the bit.ly url shortening service. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: exceptions.py [] [email protected] $ | ||
# ID: exceptions.py [63935bc] [email protected] $ | ||
|
||
""" | ||
Custom exceptions for corpus handling. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: managers.py [] [email protected] $ | ||
# ID: managers.py [bab00b2] [email protected] $ | ||
|
||
""" | ||
Model managers for the corpus application. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: __init__.py [] [email protected] $ | ||
# ID: __init__.py [2de4867] [email protected] $ | ||
|
||
""" | ||
Database migrations for the corpus app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: models.py [] [email protected] $ | ||
# ID: models.py [2de4867] [email protected] $ | ||
|
||
""" | ||
Database models for the corpus app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: nlp.py [] [email protected] $ | ||
# ID: nlp.py [f8db174] [email protected] $ | ||
|
||
""" | ||
Provides utilities for natural language processing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: serializers.py [] [email protected] $ | ||
# ID: serializers.py [63935bc] [email protected] $ | ||
|
||
""" | ||
API serializers for corpus models and API interaction. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: signals.py [] [email protected] $ | ||
# ID: signals.py [2de4867] [email protected] $ | ||
|
||
""" | ||
Signals for model management in the corpus app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: tests.py [] [email protected] $ | ||
# ID: tests.py [2de4867] [email protected] $ | ||
|
||
""" | ||
Tests for the corpus app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: urls.py [] [email protected] $ | ||
# ID: urls.py [f8db174] [email protected] $ | ||
|
||
""" | ||
URLs for routing the corpus app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: views.py [] [email protected] $ | ||
# ID: views.py [2de4867] [email protected] $ | ||
|
||
""" | ||
Views for the corpus application | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: __init__.py [] [email protected] $ | ||
# ID: __init__.py [d011c91] [email protected] $ | ||
|
||
""" | ||
The members app manages information about our users (DDL members). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: admin.py [] [email protected] $ | ||
# ID: admin.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Administrative interface for members in Partisan Discourse. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: apps.py [] [email protected] $ | ||
# ID: apps.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Describes the Members application for Django | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: __init__.py [] [email protected] $ | ||
# ID: __init__.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Database migrations for the members app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: models.py [] [email protected] $ | ||
# ID: models.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Models that store information about faculty and students. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: permissions.py [] [email protected] $ | ||
# ID: permissions.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Extra permissions for the Django Rest Framework views. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: serializers.py [] [email protected] $ | ||
# ID: serializers.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Serializers for the members models | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: signals.py [] [email protected] $ | ||
# ID: signals.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Signals management for the Members app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: tests.py [] [email protected] $ | ||
# ID: tests.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Testing for the members app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: urls.py [] [email protected] $ | ||
# ID: urls.py [d011c91] [email protected] $ | ||
|
||
""" | ||
URLs for routing the members app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: views.py [] [email protected] $ | ||
# ID: views.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Views for the members app. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: utils.py [] [email protected] $ | ||
# ID: utils.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Project level utilities and helpers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2015 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: views.py [] [email protected] $ | ||
# ID: views.py [d011c91] [email protected] $ | ||
|
||
""" | ||
Default application views for the system. | ||
|