This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #491 from eregs/split-nc
Split comment-related functionality into separate Python module
- Loading branch information
Showing
41 changed files
with
304 additions
and
138 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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
notice\_comment\.management\.commands package | ||
============================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
notice\_comment\.management\.commands\.setup\_cors module | ||
--------------------------------------------------------- | ||
|
||
.. automodule:: notice_comment.management.commands.setup_cors | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: notice_comment.management.commands | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
notice\_comment\.management package | ||
=================================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
notice_comment.management.commands | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: notice_comment.management | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
notice\_comment\.migrations package | ||
=================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
notice\_comment\.migrations\.0001\_initial module | ||
------------------------------------------------- | ||
|
||
.. automodule:: notice_comment.migrations.0001_initial | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: notice_comment.migrations | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
notice\_comment package | ||
======================= | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
notice_comment.management | ||
notice_comment.migrations | ||
notice_comment.tests | ||
|
||
Submodules | ||
---------- | ||
|
||
notice\_comment\.docket module | ||
------------------------------ | ||
|
||
.. automodule:: notice_comment.docket | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
notice\_comment\.models module | ||
------------------------------ | ||
|
||
.. automodule:: notice_comment.models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
notice\_comment\.tasks module | ||
----------------------------- | ||
|
||
.. automodule:: notice_comment.tasks | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
notice\_comment\.urls module | ||
---------------------------- | ||
|
||
.. automodule:: notice_comment.urls | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
notice\_comment\.views module | ||
----------------------------- | ||
|
||
.. automodule:: notice_comment.views | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: notice_comment | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
notice\_comment\.tests package | ||
============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
notice\_comment\.tests\.docket\_tests module | ||
-------------------------------------------- | ||
|
||
.. automodule:: notice_comment.tests.docket_tests | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
notice\_comment\.tests\.tasks\_tests module | ||
------------------------------------------- | ||
|
||
.. automodule:: notice_comment.tests.tasks_tests | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
notice\_comment\.tests\.views\_tests module | ||
------------------------------------------- | ||
|
||
.. automodule:: notice_comment.tests.views_tests | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: notice_comment.tests | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# -*- coding: utf-8 -*- | ||
# Generated by Django 1.11.3 on 2017-07-18 15:47 | ||
from __future__ import unicode_literals | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
initial = True | ||
|
||
dependencies = [ | ||
] | ||
|
||
operations = [ | ||
migrations.CreateModel( | ||
name='FailedCommentSubmission', | ||
fields=[ | ||
('id', models.AutoField(auto_created=True, primary_key=True, | ||
serialize=False, verbose_name='ID')), | ||
('body', models.TextField()), | ||
], | ||
), | ||
] |
Empty file.
File renamed without changes.
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
Empty file.
File renamed without changes.
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../regulations/comment-confirm-invalid.html → ...lates/notice_comment/confirm-invalid.html
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
File renamed without changes.
Empty file.
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
Empty file.
Oops, something went wrong.