2018-10-05 19:53:27 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project version="4">
|
|
|
|
<component name="ChangeListManager">
|
|
|
|
<list default="true" id="245751b6-c863-4572-8723-8499964fe105" name="Default Changelist" comment="">
|
2018-10-13 20:01:45 +00:00
|
|
|
<change afterPath="$PROJECT_DIR$/.idea/codeStyles/codeStyleConfig.xml" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/management/videos.py" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/migrations/0002_subscriptionfolder_user.py" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/migrations/0003_auto_20181013_2018.py" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/login.scss" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/folder_create_dialog.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/modal.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index_unauthenticated.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/js/common.js" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/master_default.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/registration/logged_out.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/registration/login.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_complete.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_confirm.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_done.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_email.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_form.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/registration/register.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/templates/registration/register_done.html" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/utils/iterutils.py" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/views/__init__.py" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/views/auth.py" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/views/controls/__init__.py" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/views/controls/modal.py" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/YtManagerApp/views/index.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/dataSources/2dac2136-d902-4d27-8789-9371934602fd.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources/2dac2136-d902-4d27-8789-9371934602fd.xml" afterDir="false" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManager/settings.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManager/settings.py" afterDir="false" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/YtManager/urls.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManager/urls.py" afterDir="false" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/appconfig.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/appconfig.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/appmain.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/appmain.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/management/downloader.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/management/downloader.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/management/folders.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/management/folders.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/management/jobs/download_video.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/management/jobs/download_video.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/management/jobs/synchronize.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/management/jobs/synchronize.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/management/management.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/management/management.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/migrations/0001_initial.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/migrations/0001_initial.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/migrations/0002_auto_20181003_0923.py" beforeDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/migrations/0003_auto_20181003_1825.py" beforeDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/migrations/0004_auto_20181005_1626.py" beforeDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/migrations/0005_auto_20181007_2015.py" beforeDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/migrations/0006_auto_20181008_0037.py" beforeDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/migrations/0007_auto_20181009_0209.py" beforeDir="false" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/models.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/models.py" afterDir="false" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/scheduler.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/scheduler.py" afterDir="false" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/style.css" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/style.css.map" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/style.css.map" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/style.scss" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/style.scss" afterDir="false" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index.html" afterDir="false" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/js/subscription_tree.js" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/js/subscription_tree.js" afterDir="false" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/main_default.html" beforeDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/main_master_detail.html" beforeDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/main_videos.html" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index_videos.html" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/urls.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/urls.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/YtManagerApp/views.py" beforeDir="false" afterPath="$PROJECT_DIR$/YtManagerApp/views/old_views.py" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/config/config.ini" beforeDir="false" afterPath="$PROJECT_DIR$/config/config.ini" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/config/config.ini.default" beforeDir="false" afterPath="$PROJECT_DIR$/config/config.ini.default" afterDir="false" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</list>
|
|
|
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
|
|
</component>
|
2018-10-10 22:43:50 +00:00
|
|
|
<component name="CoverageDataManager">
|
|
|
|
<SUITE FILE_PATH="coverage/youtube_channel_manager$parser.coverage" NAME="parser Coverage Results" MODIFIED="1539086601330" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/../YoutubeApi-tests" />
|
|
|
|
<SUITE FILE_PATH="coverage/youtube_channel_manager$configparser.coverage" NAME="configparser Coverage Results" MODIFIED="1539108958932" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/../YoutubeApi-tests" />
|
|
|
|
</component>
|
2018-10-08 00:01:35 +00:00
|
|
|
<component name="DatabaseView">
|
|
|
|
<option name="SHOW_INTERMEDIATE" value="true" />
|
|
|
|
<option name="GROUP_DATA_SOURCES" value="true" />
|
|
|
|
<option name="GROUP_SCHEMA" value="true" />
|
|
|
|
<option name="GROUP_CONTENTS" value="false" />
|
|
|
|
<option name="SORT_POSITIONED" value="false" />
|
|
|
|
<option name="SHOW_EMPTY_GROUPS" value="false" />
|
|
|
|
<option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
|
|
|
|
<option name="HIDDEN_KINDS">
|
|
|
|
<set />
|
|
|
|
</option>
|
|
|
|
<expand>
|
|
|
|
<path>
|
|
|
|
<item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
|
|
|
|
<item name="Django default" type="feb32156:DbDataSourceImpl" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
|
|
|
|
<item name="Django default" type="feb32156:DbDataSourceImpl" />
|
|
|
|
<item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
|
|
|
|
<item name="Django default" type="feb32156:DbDataSourceImpl" />
|
|
|
|
<item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
|
|
|
|
<item name="main: schema" type="90513b60:SqliteImplModel$Schema" />
|
|
|
|
</path>
|
|
|
|
</expand>
|
|
|
|
<select />
|
|
|
|
</component>
|
2018-10-05 19:53:27 +00:00
|
|
|
<component name="DjangoConsoleOptions" custom-start-script="import sys; print('Python %s on %s' % (sys.version, sys.platform)) import django; print('Django %s' % django.get_version()) sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS]) if 'setup' in dir(django): django.setup() import django_manage_shell; django_manage_shell.run(PROJECT_ROOT)">
|
|
|
|
<option name="myCustomStartScript" value="import sys; print('Python %s on %s' % (sys.version, sys.platform)) import django; print('Django %s' % django.get_version()) sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS]) if 'setup' in dir(django): django.setup() import django_manage_shell; django_manage_shell.run(PROJECT_ROOT)" />
|
|
|
|
</component>
|
|
|
|
<component name="FUSProjectUsageTrigger">
|
|
|
|
<session id="1684258556">
|
|
|
|
<usages-collector id="statistics.lifecycle.project">
|
|
|
|
<counts>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="project.closed" value="7" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<entry key="project.open.time.1" value="1" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="project.open.time.10" value="1" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<entry key="project.open.time.11" value="1" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<entry key="project.open.time.14" value="2" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="project.open.time.15" value="1" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<entry key="project.open.time.3" value="1" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<entry key="project.open.time.8" value="1" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="project.open.time.9" value="1" />
|
|
|
|
<entry key="project.opened" value="9" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</counts>
|
|
|
|
</usages-collector>
|
|
|
|
<usages-collector id="statistics.file.extensions.edit">
|
|
|
|
<counts>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="Django Console" value="254" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<entry key="cell" value="32" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<entry key="css" value="40" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<entry key="default" value="206" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="dummy" value="38" />
|
|
|
|
<entry key="html" value="5958" />
|
|
|
|
<entry key="ini" value="2545" />
|
|
|
|
<entry key="js" value="5731" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<entry key="less" value="38" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="py" value="41890" />
|
|
|
|
<entry key="py@youtube-channel-manager" value="250" />
|
|
|
|
<entry key="scss" value="1054" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</counts>
|
|
|
|
</usages-collector>
|
|
|
|
<usages-collector id="statistics.file.types.edit">
|
|
|
|
<counts>
|
|
|
|
<entry key="CSS" value="40" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="CommandLine" value="133" />
|
|
|
|
<entry key="HTML" value="5958" />
|
|
|
|
<entry key="Ini" value="2545" />
|
|
|
|
<entry key="JavaScript" value="5731" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<entry key="Less" value="38" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="PLAIN_TEXT" value="361" />
|
|
|
|
<entry key="Python" value="42144" />
|
|
|
|
<entry key="SCSS" value="1054" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<entry key="Scratch" value="32" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</counts>
|
|
|
|
</usages-collector>
|
|
|
|
<usages-collector id="statistics.file.extensions.open">
|
|
|
|
<counts>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="auth_user" value="6" />
|
|
|
|
<entry key="css" value="4" />
|
|
|
|
<entry key="default" value="2" />
|
|
|
|
<entry key="gif" value="1" />
|
|
|
|
<entry key="html" value="67" />
|
|
|
|
<entry key="ini" value="9" />
|
|
|
|
<entry key="js" value="9" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<entry key="less" value="1" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="py" value="184" />
|
|
|
|
<entry key="rnc" value="1" />
|
|
|
|
<entry key="scss" value="18" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<entry key="ytmanagerapp_channel" value="3" />
|
|
|
|
<entry key="ytmanagerapp_subscription" value="5" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="ytmanagerapp_subscriptionfolder" value="2" />
|
|
|
|
<entry key="ytmanagerapp_video" value="9" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</counts>
|
|
|
|
</usages-collector>
|
|
|
|
<usages-collector id="statistics.file.types.open">
|
|
|
|
<counts>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="CSS" value="4" />
|
|
|
|
<entry key="Database Element" value="25" />
|
|
|
|
<entry key="HTML" value="67" />
|
|
|
|
<entry key="Image" value="1" />
|
|
|
|
<entry key="Ini" value="9" />
|
|
|
|
<entry key="JavaScript" value="9" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<entry key="Less" value="1" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry key="PLAIN_TEXT" value="2" />
|
|
|
|
<entry key="Python" value="184" />
|
|
|
|
<entry key="RNG Compact" value="1" />
|
|
|
|
<entry key="SCSS" value="18" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</counts>
|
|
|
|
</usages-collector>
|
|
|
|
</session>
|
|
|
|
</component>
|
|
|
|
<component name="FileEditorManager">
|
2018-10-13 20:01:45 +00:00
|
|
|
<splitter split-orientation="horizontal" split-proportion="0.5">
|
2018-10-08 00:01:35 +00:00
|
|
|
<split-first>
|
|
|
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
2018-10-10 22:43:50 +00:00
|
|
|
<file pinned="false" current-in-tab="true">
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/views/index.py">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="758">
|
|
|
|
<caret line="169" lean-forward="true" selection-start-line="169" selection-end-line="169" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<element signature="e#0#73#0" expanded="true" />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3042:3224" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3256:3257" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3563:3564" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3563:4290" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3585:4196" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="4335:4339" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="5124:5129" ph="..." />
|
2018-10-08 00:01:35 +00:00
|
|
|
</folding>
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
|
|
|
</file>
|
|
|
|
<file pinned="false" current-in-tab="false">
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/modal.html">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="340">
|
|
|
|
<caret line="20" lean-forward="true" selection-start-line="20" selection-end-line="20" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
|
|
|
</file>
|
2018-10-10 22:43:50 +00:00
|
|
|
<file pinned="false" current-in-tab="false">
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/folder_create_dialog.html">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="204">
|
|
|
|
<caret line="12" column="35" lean-forward="true" selection-start-line="12" selection-start-column="35" selection-end-line="12" selection-end-column="35" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
|
|
|
</file>
|
|
|
|
<file pinned="false" current-in-tab="false">
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index_videos.html">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="238">
|
|
|
|
<caret line="14" column="22" selection-start-line="14" selection-start-column="22" selection-end-line="14" selection-end-column="22" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
|
|
|
</file>
|
|
|
|
</leaf>
|
|
|
|
</split-first>
|
|
|
|
<split-second>
|
2018-10-13 20:01:45 +00:00
|
|
|
<leaf>
|
|
|
|
<file pinned="false" current-in-tab="true">
|
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/models.py">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="253">
|
|
|
|
<caret line="70" column="6" selection-start-line="70" selection-start-column="6" selection-end-line="70" selection-end-column="6" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<element signature="e#0#28#0" expanded="true" />
|
|
|
|
<marker date="1539443280343" expanded="true" signature="237:3043" ph="..." />
|
|
|
|
<marker date="1539443280343" expanded="true" signature="1150:1295" ph="..." />
|
2018-10-10 22:43:50 +00:00
|
|
|
</folding>
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
|
|
|
</file>
|
|
|
|
</leaf>
|
|
|
|
</split-second>
|
|
|
|
</splitter>
|
2018-10-05 19:53:27 +00:00
|
|
|
</component>
|
|
|
|
<component name="FileTemplateManagerImpl">
|
|
|
|
<option name="RECENT_TEMPLATES">
|
|
|
|
<list>
|
|
|
|
<option value="SCSS File" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<option value="JavaScript File" />
|
|
|
|
<option value="Python Script" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<option value="Setup Script" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<option value="HTML File" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</list>
|
|
|
|
</option>
|
|
|
|
</component>
|
|
|
|
<component name="FindInProjectRecents">
|
|
|
|
<findStrings>
|
|
|
|
<find>lds</find>
|
|
|
|
<find>get_selected</find>
|
|
|
|
<find>url</find>
|
|
|
|
<find>delete_fo</find>
|
|
|
|
<find>folder</find>
|
2018-10-08 00:01:35 +00:00
|
|
|
<find>modal</find>
|
|
|
|
<find>folderEditDialog</find>
|
|
|
|
<find>subscriptionEditDialog_</find>
|
|
|
|
<find>folder_edit_dialog</find>
|
|
|
|
<find>folderEditDialog_</find>
|
|
|
|
<find>treeNode_Edit</find>
|
|
|
|
<find>default_app_config</find>
|
|
|
|
<find>start_synchronization_timer</find>
|
2018-10-10 22:43:50 +00:00
|
|
|
<find>thumbnailUrl</find>
|
|
|
|
<find>__fetch_thumbnail</find>
|
|
|
|
<find>$.post</find>
|
|
|
|
<find>material-folder</find>
|
|
|
|
<find>material-icons</find>
|
|
|
|
<find>=</find>
|
|
|
|
<find>_resolve_section_option</find>
|
|
|
|
<find>ExtendedInterpolatorWithEnv</find>
|
|
|
|
<find>ConfigParserWithEnv</find>
|
2018-10-13 20:01:45 +00:00
|
|
|
<find>logger</find>
|
|
|
|
<find>settings</find>
|
|
|
|
<find>app_config</find>
|
|
|
|
<find>dialog_</find>
|
|
|
|
<find>.find</find>
|
|
|
|
<find>.show</find>
|
2018-10-05 19:53:27 +00:00
|
|
|
</findStrings>
|
|
|
|
<replaceStrings>
|
|
|
|
<replace>loading</replace>
|
|
|
|
<replace />
|
|
|
|
<replace>subscription</replace>
|
2018-10-08 00:01:35 +00:00
|
|
|
<replace>subscriptionEditDialog</replace>
|
|
|
|
<replace>folderEditDialog</replace>
|
2018-10-10 22:43:50 +00:00
|
|
|
<replace>=</replace>
|
2018-10-13 20:01:45 +00:00
|
|
|
<replace>dj_settings</replace>
|
|
|
|
<replace>modal_</replace>
|
2018-10-05 19:53:27 +00:00
|
|
|
</replaceStrings>
|
|
|
|
</component>
|
|
|
|
<component name="Git.Settings">
|
|
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
|
</component>
|
|
|
|
<component name="IdeDocumentHistory">
|
|
|
|
<option name="CHANGED_PATHS">
|
|
|
|
<list>
|
2018-10-13 20:01:45 +00:00
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/management/__init__.py" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/appmain.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/management/management.py" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/management/downloader.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/appconfig.py" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<option value="$PROJECT_DIR$/config/config.ini" />
|
|
|
|
<option value="$PROJECT_DIR$/config/config.ini.default" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/management/jobs/download_video.py" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/management/jobs/synchronize.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/scheduler.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/migrations/0008_auto_20181011_0308.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/registration/login.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/static/css/login.scss" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/index.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/views/views.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/logout.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManager/settings.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/main_default.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/login.scss" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/register.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/login.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_form.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_done.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/register_done.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/logged_out.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_email.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_confirm.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_complete.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index_unauth.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index_unauthenticated.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/folder_edit_dialog.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/views/auth.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/dialog.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/views/dialog.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/views/modal.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/modal.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/common.js" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/master_default.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/js/common.js" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/utils/iterutils.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/models.py" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/management/folders.py" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/management/videos.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/urls.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/style.scss" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/js/subscription_tree.js" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/modal_form.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/views/controls/modal.py" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/folder_create_dialog.html" />
|
|
|
|
<option value="$PROJECT_DIR$/YtManagerApp/views/index.py" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</list>
|
|
|
|
</option>
|
|
|
|
</component>
|
|
|
|
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
|
|
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
|
|
<component name="JsGulpfileManager">
|
|
|
|
<detection-done>true</detection-done>
|
|
|
|
<sorting>DEFINITION_ORDER</sorting>
|
|
|
|
</component>
|
2018-10-13 20:01:45 +00:00
|
|
|
<component name="NodePackageJsonFileManager">
|
|
|
|
<packageJsonPaths>
|
|
|
|
<path value="$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/package.json" />
|
|
|
|
</packageJsonPaths>
|
|
|
|
</component>
|
2018-10-05 19:53:27 +00:00
|
|
|
<component name="ProjectFrameBounds" extendedState="6">
|
2018-10-13 20:01:45 +00:00
|
|
|
<option name="x" value="367" />
|
|
|
|
<option name="y" value="-21" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<option name="width" value="651" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<option name="height" value="642" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</component>
|
|
|
|
<component name="ProjectInspectionProfilesVisibleTreeState">
|
|
|
|
<entry key="Project Default">
|
|
|
|
<profile-state>
|
|
|
|
<expanded-state>
|
|
|
|
<State />
|
|
|
|
<State>
|
|
|
|
<id>CSS</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>Code style issuesCSS</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>Control flow issuesJavaScript</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>DOM issuesJavaScript</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>General</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>GeneralJavaScript</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>Invalid elementsCSS</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>JavaScript</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>Probable bugsCSS</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>Python</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>ReST</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>SQL</id>
|
|
|
|
</State>
|
|
|
|
<State>
|
|
|
|
<id>YAML</id>
|
|
|
|
</State>
|
|
|
|
</expanded-state>
|
|
|
|
</profile-state>
|
|
|
|
</entry>
|
2018-10-05 19:53:27 +00:00
|
|
|
</component>
|
|
|
|
<component name="ProjectView">
|
|
|
|
<navigator proportions="" version="1">
|
|
|
|
<foldersAlwaysOnTop value="true" />
|
|
|
|
</navigator>
|
|
|
|
<panes>
|
|
|
|
<pane id="ProjectPane">
|
|
|
|
<subPane>
|
|
|
|
<expand>
|
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
2018-10-10 22:43:50 +00:00
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="config" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
2018-10-05 19:53:27 +00:00
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
2018-10-10 22:43:50 +00:00
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="management" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
2018-10-13 20:01:45 +00:00
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="static" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="static" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="static" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="css" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="static" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="import" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="templates" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="templates" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="templates" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="controls" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
2018-10-10 22:43:50 +00:00
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="utils" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
2018-10-13 20:01:45 +00:00
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="views" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
|
|
|
<path>
|
|
|
|
<item name="youtube-channel-manager" type="b2602c69:ProjectViewProjectNode" />
|
|
|
|
<item name="youtube-channel-manager" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="YtManagerApp" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="views" type="462c0819:PsiDirectoryNode" />
|
|
|
|
<item name="controls" type="462c0819:PsiDirectoryNode" />
|
|
|
|
</path>
|
2018-10-05 19:53:27 +00:00
|
|
|
</expand>
|
|
|
|
<select />
|
|
|
|
</subPane>
|
|
|
|
</pane>
|
|
|
|
<pane id="Scope" />
|
|
|
|
</panes>
|
|
|
|
</component>
|
|
|
|
<component name="PropertiesComponent">
|
2018-10-10 22:43:50 +00:00
|
|
|
<property name="DefaultHtmlFileTemplate" value="HTML File" />
|
|
|
|
<property name="SearchEverywhereHistoryKey" value="	FILE	file://D:/Dev/youtube-channel-manager/YtManager/settings.py" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<property name="database.console.LAST_STATE" value="false" />
|
|
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$/../YoutubeApi-tests/get_playlist_info.py" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<property name="list.type.of.created.stylesheet" value="SCSS" />
|
|
|
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
|
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<property name="settings.editor.selected.configurable" value="preferences.sourceCode.SCSS" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</component>
|
|
|
|
<component name="RecentsManager">
|
|
|
|
<key name="MoveFile.RECENT_KEYS">
|
2018-10-13 20:01:45 +00:00
|
|
|
<recent name="D:\Dev\youtube-channel-manager\YtManagerApp\templates\YtManagerApp\js" />
|
|
|
|
<recent name="D:\Dev\youtube-channel-manager\YtManagerApp\views\controls" />
|
|
|
|
<recent name="D:\Dev\youtube-channel-manager\YtManagerApp\views" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<recent name="D:\Dev\youtube-channel-manager\YtManagerApp\templates\YtManagerApp" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<recent name="D:\Dev\youtube-channel-manager\YtManagerApp\static\YtManagerApp" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</key>
|
2018-10-10 22:43:50 +00:00
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
2018-10-13 20:01:45 +00:00
|
|
|
<recent name="D:\Dev\youtube-channel-manager\YtManagerApp\templates\registration" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<recent name="D:\Dev\youtube-channel-manager\config" />
|
|
|
|
<recent name="D:\Dev\youtube-channel-manager\YtManagerApp\templates\YtManagerApp\controls" />
|
|
|
|
</key>
|
2018-10-05 19:53:27 +00:00
|
|
|
</component>
|
|
|
|
<component name="RunDashboard">
|
|
|
|
<option name="ruleStates">
|
|
|
|
<list>
|
|
|
|
<RuleState>
|
|
|
|
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
|
|
</RuleState>
|
|
|
|
<RuleState>
|
|
|
|
<option name="name" value="StatusDashboardGroupingRule" />
|
|
|
|
</RuleState>
|
|
|
|
</list>
|
|
|
|
</option>
|
|
|
|
</component>
|
2018-10-13 20:01:45 +00:00
|
|
|
<component name="RunManager" selected="Django server.youtube-channel-manager">
|
2018-10-10 22:43:50 +00:00
|
|
|
<configuration name="configparser" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
|
<module name="youtube-channel-manager" />
|
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
|
|
<envs>
|
|
|
|
<env name="PYTHONUNBUFFERED" value="1" />
|
|
|
|
</envs>
|
|
|
|
<option name="SDK_HOME" value="" />
|
|
|
|
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../YoutubeApi-tests" />
|
|
|
|
<option name="IS_MODULE_SDK" value="false" />
|
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
|
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
|
|
|
|
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/../YoutubeApi-tests/configparser.py" />
|
|
|
|
<option name="PARAMETERS" value="" />
|
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
|
|
<option name="MODULE_MODE" value="false" />
|
|
|
|
<option name="REDIRECT_INPUT" value="false" />
|
|
|
|
<option name="INPUT_FILE" value="" />
|
|
|
|
<method v="2" />
|
|
|
|
</configuration>
|
|
|
|
<configuration name="parser" type="PythonConfigurationType" factoryName="Python" temporary="true">
|
|
|
|
<module name="youtube-channel-manager" />
|
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
|
|
<envs>
|
|
|
|
<env name="PYTHONUNBUFFERED" value="1" />
|
|
|
|
</envs>
|
|
|
|
<option name="SDK_HOME" value="" />
|
|
|
|
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../YoutubeApi-tests" />
|
|
|
|
<option name="IS_MODULE_SDK" value="false" />
|
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
|
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
|
|
|
|
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/../YoutubeApi-tests/parser.py" />
|
|
|
|
<option name="PARAMETERS" value="" />
|
|
|
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
|
|
<option name="MODULE_MODE" value="false" />
|
|
|
|
<option name="REDIRECT_INPUT" value="false" />
|
|
|
|
<option name="INPUT_FILE" value="" />
|
|
|
|
<method v="2" />
|
|
|
|
</configuration>
|
2018-10-05 19:53:27 +00:00
|
|
|
<configuration name="youtube-channel-manager" type="Python.DjangoServer" factoryName="Django server">
|
|
|
|
<module name="youtube-channel-manager" />
|
|
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
|
|
<option name="PARENT_ENVS" value="true" />
|
|
|
|
<envs>
|
|
|
|
<env name="PYTHONUNBUFFERED" value="1" />
|
|
|
|
<env name="DJANGO_SETTINGS_MODULE" value="YtManager.settings" />
|
|
|
|
</envs>
|
2018-10-10 22:43:50 +00:00
|
|
|
<option name="SDK_HOME" value="C:\Python36\python.exe" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<option name="WORKING_DIRECTORY" value="" />
|
|
|
|
<option name="IS_MODULE_SDK" value="false" />
|
|
|
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
|
<option name="launchJavascriptDebuger" value="false" />
|
|
|
|
<option name="port" value="8000" />
|
|
|
|
<option name="host" value="" />
|
|
|
|
<option name="additionalOptions" value="" />
|
|
|
|
<option name="browserUrl" value="" />
|
|
|
|
<option name="runTestServer" value="false" />
|
|
|
|
<option name="runNoReload" value="false" />
|
|
|
|
<option name="useCustomRunCommand" value="false" />
|
|
|
|
<option name="customRunCommand" value="" />
|
|
|
|
<method v="2" />
|
|
|
|
</configuration>
|
2018-10-10 22:43:50 +00:00
|
|
|
<list>
|
|
|
|
<item itemvalue="Django server.youtube-channel-manager" />
|
|
|
|
<item itemvalue="Python.parser" />
|
|
|
|
<item itemvalue="Python.configparser" />
|
|
|
|
</list>
|
|
|
|
<recent_temporary>
|
|
|
|
<list>
|
|
|
|
<item itemvalue="Python.configparser" />
|
|
|
|
<item itemvalue="Python.parser" />
|
|
|
|
</list>
|
|
|
|
</recent_temporary>
|
2018-10-05 19:53:27 +00:00
|
|
|
</component>
|
|
|
|
<component name="SvnConfiguration">
|
|
|
|
<configuration />
|
|
|
|
</component>
|
|
|
|
<component name="TaskManager">
|
|
|
|
<task active="true" id="Default" summary="Default task">
|
|
|
|
<changelist id="245751b6-c863-4572-8723-8499964fe105" name="Default Changelist" comment="" />
|
|
|
|
<created>1538745535248</created>
|
|
|
|
<option name="number" value="Default" />
|
|
|
|
<option name="presentableId" value="Default" />
|
|
|
|
<updated>1538745535248</updated>
|
|
|
|
</task>
|
|
|
|
<servers />
|
|
|
|
</component>
|
|
|
|
<component name="ToolWindowManager">
|
2018-10-10 22:43:50 +00:00
|
|
|
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<editor active="true" />
|
|
|
|
<layout>
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.17803837" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
|
|
<window_info id="Favorites" order="2" side_tool="true" />
|
|
|
|
<window_info anchor="bottom" id="Message" order="0" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info anchor="bottom" id="Find" order="1" sideWeight="0.4978678" weight="0.329718" />
|
|
|
|
<window_info anchor="bottom" id="Run" order="2" sideWeight="0.53038377" weight="0.26789588" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<window_info anchor="bottom" id="Debug" order="3" sideWeight="0.49946696" weight="0.3991323" />
|
|
|
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
|
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
|
|
<window_info anchor="bottom" id="TODO" order="6" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info anchor="bottom" id="manage.py@youtube-channel-manager" order="7" sideWeight="0.49733475" weight="0.28199565" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<window_info anchor="bottom" id="Docker" order="8" show_stripe_button="false" />
|
|
|
|
<window_info anchor="bottom" id="Database Changes" order="9" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info anchor="bottom" id="Event Log" order="10" sideWeight="0.4696162" side_tool="true" weight="0.26789588" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<window_info anchor="bottom" id="Version Control" order="11" sideWeight="0.49946696" weight="0.329718" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<window_info anchor="bottom" id="Terminal" order="12" sideWeight="0.49733475" weight="0.35791758" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info anchor="bottom" id="Python Console" order="13" sideWeight="0.4978678" weight="0.335141" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<window_info anchor="bottom" id="Database Console" order="14" sideWeight="0.49838188" weight="0.21908894" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
|
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
|
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<window_info anchor="right" id="SciView" order="3" weight="0.32995737" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info anchor="right" id="Database" order="4" weight="0.18176973" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</layout>
|
|
|
|
<layout-to-restore>
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.15138593" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
|
|
<window_info id="Favorites" order="2" side_tool="true" />
|
|
|
|
<window_info anchor="bottom" id="Message" order="0" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info anchor="bottom" id="Find" order="1" sideWeight="0.49840087" weight="0.329718" />
|
|
|
|
<window_info anchor="bottom" id="Run" order="2" sideWeight="0.5314499" weight="0.26789588" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<window_info anchor="bottom" id="Debug" order="3" sideWeight="0.49946696" weight="0.3991323" />
|
|
|
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
|
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
|
|
<window_info anchor="bottom" id="TODO" order="6" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info anchor="bottom" id="manage.py@youtube-channel-manager" order="7" sideWeight="0.4978678" visible="true" weight="0.3286334" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<window_info anchor="bottom" id="Docker" order="8" show_stripe_button="false" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info anchor="bottom" id="Database Changes" order="9" />
|
|
|
|
<window_info anchor="bottom" id="Event Log" order="10" sideWeight="0.5021322" side_tool="true" visible="true" weight="0.3286334" />
|
|
|
|
<window_info anchor="bottom" id="Version Control" order="11" sideWeight="0.49946696" weight="0.329718" />
|
|
|
|
<window_info anchor="bottom" id="Terminal" order="12" sideWeight="0.49733475" weight="0.35791758" />
|
|
|
|
<window_info anchor="bottom" id="Python Console" order="13" sideWeight="0.4978678" weight="0.3286334" />
|
|
|
|
<window_info anchor="bottom" id="Database Console" order="14" sideWeight="0.49838188" weight="0.21908894" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
|
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
|
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
2018-10-13 20:01:45 +00:00
|
|
|
<window_info anchor="right" id="SciView" order="3" weight="0.32995737" />
|
|
|
|
<window_info anchor="right" id="Database" order="4" visible="true" weight="0.18176973" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</layout-to-restore>
|
2018-10-05 19:53:27 +00:00
|
|
|
</component>
|
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
<option name="version" value="1" />
|
|
|
|
</component>
|
|
|
|
<component name="VcsContentAnnotationSettings">
|
|
|
|
<option name="myLimit" value="2678400000" />
|
|
|
|
</component>
|
2018-10-13 20:01:45 +00:00
|
|
|
<component name="XDebuggerManager">
|
|
|
|
<breakpoint-manager>
|
|
|
|
<breakpoints>
|
|
|
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
|
<url>file://$PROJECT_DIR$/YtManager/urls.py</url>
|
|
|
|
<line>15</line>
|
|
|
|
<option name="timeStamp" value="1" />
|
|
|
|
</line-breakpoint>
|
|
|
|
</breakpoints>
|
|
|
|
</breakpoint-manager>
|
|
|
|
</component>
|
2018-10-05 19:53:27 +00:00
|
|
|
<component name="editorHistoryManager">
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/apps.py">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state>
|
|
|
|
<folding>
|
|
|
|
<element signature="e#0#33#0" expanded="true" />
|
|
|
|
</folding>
|
2018-10-05 19:53:27 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManager/settings.py">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="646">
|
|
|
|
<caret line="38" column="13" lean-forward="true" selection-start-line="38" selection-start-column="13" selection-end-line="38" selection-end-column="13" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/admin.py">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="102">
|
|
|
|
<caret line="6" lean-forward="true" selection-start-line="6" selection-end-line="6" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://C:/Python36/Lib/site-packages/django/views/generic/base.py">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
<state relative-caret-position="165">
|
|
|
|
<caret line="107" column="6" selection-start-line="107" selection-start-column="6" selection-end-line="107" selection-end-column="6" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://C:/Python36/Lib/site-packages/django/contrib/auth/forms.py">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
<state relative-caret-position="17">
|
|
|
|
<caret line="116" column="8" selection-start-line="116" selection-start-column="8" selection-end-line="116" selection-end-column="8" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
2018-10-10 22:43:50 +00:00
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="das://2dac2136-d902-4d27-8789-9371934602fd/schema/main/table/auth_user">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="com.intellij.database.editor.DatabaseTableFileEditorProvider">
|
|
|
|
<state>
|
|
|
|
<filtering enabled="true" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://C:/Python36/Lib/site-packages/django/db/models/fields/__init__.py">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="175">
|
|
|
|
<caret line="144" column="23" selection-start-line="144" selection-start-column="13" selection-end-line="144" selection-end-column="23" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://C:/Python36/Lib/site-packages/django/contrib/auth/models.py">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
<state relative-caret-position="216">
|
|
|
|
<caret line="306" column="31" selection-start-line="306" selection-start-column="31" selection-end-line="306" selection-end-column="31" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
2018-10-10 22:43:50 +00:00
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/registration/login.html">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="321">
|
|
|
|
<caret line="25" lean-forward="true" selection-start-line="25" selection-end-line="25" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/login.scss">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="153">
|
|
|
|
<caret line="9" lean-forward="true" selection-start-line="9" selection-end-line="9" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://C:/Python36/Lib/site-packages/django/forms/fields.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="90">
|
|
|
|
<caret line="55" column="56" selection-start-line="55" selection-start-column="56" selection-end-line="55" selection-end-column="56" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/registration/register_done.html">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="442">
|
|
|
|
<caret line="26" column="14" lean-forward="true" selection-start-line="26" selection-start-column="14" selection-end-line="26" selection-end-column="14" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/registration/register.html">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="548">
|
|
|
|
<caret line="37" column="14" lean-forward="true" selection-start-line="37" selection-start-column="14" selection-end-line="37" selection-end-column="14" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_form.html">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="463">
|
|
|
|
<caret line="36" lean-forward="true" selection-start-line="36" selection-end-line="36" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="das://2dac2136-d902-4d27-8789-9371934602fd/schema/main/table/ytmanagerapp_subscriptionfolder">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="com.intellij.database.editor.DatabaseTableFileEditorProvider">
|
|
|
|
<state>
|
|
|
|
<filtering enabled="true" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_email.html">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="17">
|
|
|
|
<caret line="1" column="49" selection-start-line="1" selection-start-column="49" selection-end-line="1" selection-end-column="49" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/registration/logged_out.html">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="306">
|
|
|
|
<caret line="18" selection-start-line="18" selection-end-line="24" selection-end-column="10" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_confirm.html">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
<state relative-caret-position="442">
|
|
|
|
<caret line="26" column="42" selection-start-line="26" selection-start-column="42" selection-end-line="26" selection-end-column="42" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_complete.html">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
<state relative-caret-position="255">
|
|
|
|
<caret line="15" selection-start-line="15" selection-end-line="15" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/registration/password_reset_done.html">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-08 00:01:35 +00:00
|
|
|
<state>
|
2018-10-13 20:01:45 +00:00
|
|
|
<caret column="46" lean-forward="true" selection-start-column="46" selection-end-column="46" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/views/auth.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="119">
|
|
|
|
<caret line="7" column="36" lean-forward="true" selection-start-line="7" selection-start-column="36" selection-end-line="8" selection-end-column="55" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<marker date="1539339311302" expanded="true" signature="474:475" ph="..." />
|
|
|
|
<marker date="1539339311302" expanded="true" signature="859:864" ph="..." />
|
|
|
|
<marker date="1539339311302" expanded="true" signature="955:1975" ph="..." />
|
|
|
|
<marker date="1539339311302" expanded="true" signature="1494:1872" ph="..." />
|
|
|
|
<marker date="1539339311302" expanded="true" signature="1906:1915" ph="..." />
|
|
|
|
<marker date="1539339311302" expanded="true" signature="2004:2009" ph="..." />
|
|
|
|
<marker date="1539339311302" expanded="true" signature="2847:2852" ph="..." />
|
2018-10-10 22:43:50 +00:00
|
|
|
</folding>
|
|
|
|
</state>
|
|
|
|
</provider>
|
2018-10-08 00:01:35 +00:00
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/main_master_detail.html">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="221">
|
|
|
|
<caret line="13" column="10" lean-forward="true" selection-start-line="13" selection-start-column="10" selection-end-line="13" selection-end-column="10" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/master_default.html">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="306">
|
|
|
|
<caret line="36" column="60" selection-start-line="36" selection-start-column="60" selection-end-line="36" selection-end-column="60" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/js/common.js">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state>
|
|
|
|
<caret column="12" lean-forward="true" selection-start-column="12" selection-end-column="12" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/utils/iterutils.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="136">
|
|
|
|
<caret line="8" column="7" lean-forward="true" selection-start-line="8" selection-start-column="7" selection-end-line="8" selection-end-column="7" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index_unauthenticated.html">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="153">
|
|
|
|
<caret line="9" lean-forward="true" selection-start-line="9" selection-end-line="9" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="jar://$APPLICATION_HOME_DIR$/lib/pycharm.jar!/resources/html5-schema/html5/common.rnc">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
<state relative-caret-position="216">
|
|
|
|
<caret line="199" column="28" lean-forward="true" selection-start-line="199" selection-start-column="28" selection-end-line="199" selection-end-column="28" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
2018-10-10 22:43:50 +00:00
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/subscription_edit_dialog.html">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
<state>
|
|
|
|
<caret column="47" selection-start-column="47" selection-end-column="47" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/import/jstree/themes/default/throbber.gif">
|
|
|
|
<provider selected="true" editor-type-id="images" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/import/jstree/themes/default/style.css">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="340">
|
|
|
|
<caret line="20" column="1" lean-forward="true" selection-start-line="20" selection-start-column="1" selection-end-line="20" selection-end-column="1" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
|
|
|
<entry file="das://2dac2136-d902-4d27-8789-9371934602fd/schema/main/table/ytmanagerapp_video">
|
|
|
|
<provider selected="true" editor-type-id="com.intellij.database.editor.DatabaseTableFileEditorProvider">
|
|
|
|
<state>
|
|
|
|
<filtering enabled="true" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/management/subscriptions.py">
|
|
|
|
<provider selected="true" editor-type-id="text-editor" />
|
|
|
|
</entry>
|
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/management/folders.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="68">
|
|
|
|
<caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<element signature="e#0#64#0" expanded="true" />
|
|
|
|
<marker date="1539445455052" expanded="true" signature="355:430" ph="..." />
|
2018-10-10 22:43:50 +00:00
|
|
|
</folding>
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://C:/Python36/Lib/site-packages/django/core/handlers/base.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="216">
|
|
|
|
<caret line="123" selection-start-line="123" selection-end-line="123" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index.html">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="389">
|
|
|
|
<caret line="60" column="57" selection-start-line="60" selection-start-column="57" selection-end-line="60" selection-end-column="57" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<element signature="n#style#0;n#div#2;n#div#1;n#div#0;n#!!top" expanded="true" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</folding>
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/urls.py">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="442">
|
|
|
|
<caret line="32" column="78" selection-start-line="32" selection-start-column="57" selection-end-line="32" selection-end-column="78" />
|
2018-10-08 00:01:35 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<element signature="e#643#675#0" expanded="true" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</folding>
|
2018-10-05 19:53:27 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/views/old_views.py">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="154">
|
|
|
|
<caret line="72" column="27" selection-start-line="72" selection-start-column="27" selection-end-line="72" selection-end-column="27" />
|
|
|
|
<folding>
|
|
|
|
<element signature="e#0#35#0" expanded="true" />
|
|
|
|
</folding>
|
2018-10-05 19:53:27 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/management/videos.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="333">
|
|
|
|
<caret line="47" lean-forward="true" selection-start-line="47" selection-end-line="47" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<element signature="e#0#51#0" expanded="true" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</folding>
|
|
|
|
</state>
|
|
|
|
</provider>
|
2018-10-08 00:01:35 +00:00
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/js/subscription_tree.js">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="6120">
|
|
|
|
<caret line="360" lean-forward="true" selection-start-line="360" selection-end-line="360" />
|
2018-10-05 19:53:27 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/static/YtManagerApp/css/style.scss">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="406">
|
|
|
|
<caret line="78" column="1" lean-forward="true" selection-start-line="78" selection-start-column="1" selection-end-line="78" selection-end-column="1" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/management/management.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="316">
|
|
|
|
<caret line="44" column="25" lean-forward="true" selection-start-line="44" selection-start-column="25" selection-end-line="44" selection-end-column="25" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<element signature="e#0#65#0" expanded="true" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</folding>
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/modal_form.html">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="102">
|
|
|
|
<caret line="6" column="28" lean-forward="true" selection-start-line="6" selection-start-column="28" selection-end-line="6" selection-end-column="28" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/folder_edit_dialog.html">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="119">
|
|
|
|
<caret line="7" column="25" selection-start-line="7" selection-start-column="25" selection-end-line="7" selection-end-column="25" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/modal.html">
|
2018-10-08 00:01:35 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="340">
|
|
|
|
<caret line="20" lean-forward="true" selection-start-line="20" selection-end-line="20" />
|
2018-10-08 00:01:35 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/views/controls/modal.py">
|
2018-10-05 19:53:27 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="170">
|
|
|
|
<caret line="10" column="24" lean-forward="true" selection-start-line="9" selection-start-column="26" selection-end-line="10" selection-end-column="24" />
|
2018-10-05 19:53:27 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<marker date="1539455039825" expanded="true" signature="134:139" ph="..." />
|
2018-10-05 19:53:27 +00:00
|
|
|
</folding>
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/models.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="253">
|
|
|
|
<caret line="70" column="6" selection-start-line="70" selection-start-column="6" selection-end-line="70" selection-end-column="6" />
|
2018-10-10 22:43:50 +00:00
|
|
|
<folding>
|
2018-10-13 20:01:45 +00:00
|
|
|
<element signature="e#0#28#0" expanded="true" />
|
|
|
|
<marker date="1539443280343" expanded="true" signature="237:3043" ph="..." />
|
|
|
|
<marker date="1539443280343" expanded="true" signature="1150:1295" ph="..." />
|
2018-10-10 22:43:50 +00:00
|
|
|
</folding>
|
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://C:/Python36/Lib/site-packages/django/views/generic/detail.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="-329">
|
|
|
|
<caret line="110" column="6" selection-start-line="110" selection-start-column="6" selection-end-line="110" selection-end-column="6" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://C:/Python36/Lib/site-packages/django/views/generic/edit.py">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="367">
|
|
|
|
<caret line="121" lean-forward="true" selection-start-line="121" selection-end-line="121" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/index_videos.html">
|
2018-10-10 22:43:50 +00:00
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
2018-10-13 20:01:45 +00:00
|
|
|
<state relative-caret-position="238">
|
|
|
|
<caret line="14" column="22" selection-start-line="14" selection-start-column="22" selection-end-line="14" selection-end-column="22" />
|
2018-10-10 22:43:50 +00:00
|
|
|
</state>
|
|
|
|
</provider>
|
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/templates/YtManagerApp/controls/folder_create_dialog.html">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
<state relative-caret-position="204">
|
|
|
|
<caret line="12" column="35" lean-forward="true" selection-start-line="12" selection-start-column="35" selection-end-line="12" selection-end-column="35" />
|
|
|
|
</state>
|
|
|
|
</provider>
|
2018-10-10 22:43:50 +00:00
|
|
|
</entry>
|
2018-10-13 20:01:45 +00:00
|
|
|
<entry file="file://$PROJECT_DIR$/YtManagerApp/views/index.py">
|
|
|
|
<provider selected="true" editor-type-id="text-editor">
|
|
|
|
<state relative-caret-position="758">
|
|
|
|
<caret line="169" lean-forward="true" selection-start-line="169" selection-end-line="169" />
|
|
|
|
<folding>
|
|
|
|
<element signature="e#0#73#0" expanded="true" />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3042:3224" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3256:3257" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3563:3564" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3563:4290" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="3585:4196" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="4335:4339" ph="..." />
|
|
|
|
<marker date="1539460834452" expanded="true" signature="5124:5129" ph="..." />
|
|
|
|
</folding>
|
|
|
|
</state>
|
|
|
|
</provider>
|
2018-10-10 22:43:50 +00:00
|
|
|
</entry>
|
2018-10-05 19:53:27 +00:00
|
|
|
</component>
|
|
|
|
</project>
|