falco-cli 0.2.3__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {falco_cli-0.2.3 → falco_cli-0.2.4}/PKG-INFO +1 -1
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/__about__.py +1 -1
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/.pre-commit-config.yaml +1 -1
- falco_cli-0.2.4/src/falco_blueprints/project_name/project_name/templates/base.html +27 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/templates/home.html +3 -2
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/migrations/0001_initial.py +2 -1
- falco_cli-0.2.3/src/falco_blueprints/project_name/project_name/templates/base.html +0 -24
- {falco_cli-0.2.3 → falco_cli-0.2.4}/.all-contributorsrc +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/.github/dependabot.yml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/.github/workflows/ci.yml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/.github/workflows/documentation.yml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/.github/workflows/pre-commit-auto-update.yml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/.gitignore +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/.pre-commit-config.yaml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/.vscode/settings.json +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/CODE_OF_CONDUCT.md +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/LICENSE +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/README.md +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/all-contributorsrc +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/assets/falco-logo.svg +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/config/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/config/asgi.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/config/settings.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/config/urls.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/config/wsgi.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/core/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/core/apps.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/core/utils.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/orders/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/orders/admin.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/orders/apps.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/orders/migrations/0001_initial.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/orders/migrations/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/orders/models.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/admin.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/apps.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/forms.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/migrations/0001_initial.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/migrations/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/models.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/tests.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/urls.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/demo/products/views.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/manage.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/requirements.txt +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/templates/base.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/templates/products/product_create.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/templates/products/product_detail.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/templates/products/product_list.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/demo/templates/products/product_update.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/.rich-codex.yml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/Makefile +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/_static/custom.css +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/_templates/partials/globaltoc-above.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/changelog.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/codeofconduct.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/conf.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/contributing.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/avoiding_god_models.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/database_tips.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/deployment.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/dynamic_model_schema.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/index.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/interactive_user_interfaces.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/logging_and_monitoring.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/multitenancy.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/optimizing_database_access.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/permissions_and_authorization.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/realtime.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/running_project_in_a_container.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/task_queues_and_schedulers.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/tips_and_extra.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/use_sqlite_in_production.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/writing_async_code.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/writing_documentation.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/guides/writing_tests.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/images/logo_with_text.svg +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/images/project-tree.svg +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/index.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/install.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/license.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/make.bat +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/the_cli/crud.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/the_cli/htmx.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/the_cli/index.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/the_cli/make_superuser.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/the_cli/migrations.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/the_cli/start_project.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/the_cli/sync_dotenv.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/docs/the_cli/work.rst +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/pyproject.toml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/scripts/make_blueprints_from_demo.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/scripts/update_readme_guides.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/__main__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/htmx.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/htmx_extension.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/install_crud_utils.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/make_superuser.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/model_crud.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/reset_migrations.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/rm_migrations.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/start_project.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/sync_dotenv.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/commands/work.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco/utils.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/crud/create.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/crud/detail.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/crud/forms.py.bp +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/crud/list.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/crud/update.html +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/crud/utils.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/crud/views.py.bp +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/.env.template +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/.github/dependabot.yml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/.github/workflows/ci.yml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/.gitignore +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/README.md +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/config/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/config/asgi.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/config/settings.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/config/urls.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/config/wsgi.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/deploy/Dockerfile +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/deploy/entrypoint.sh +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/deploy/gunicorn.conf.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/manage.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/playground.ipynb +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/core/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/core/apps.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/static/vendors/htmx/htmx.min.js +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/admin.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/apps.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/forms.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/migrations/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/models.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/pyproject.toml +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/tests/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/tests/test_assert_true.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/__init__.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/commands/test_crud.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/commands/test_htmx.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/commands/test_htmx_extension.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/commands/test_install_crud_utils.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/commands/test_make_superuser.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/commands/test_reset_migrations.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/commands/test_rm_migrations.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/commands/test_start_project.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/commands/test_sync_dotenv.py +0 -0
- {falco_cli-0.2.3 → falco_cli-0.2.4}/tests/conftest.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: falco-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Enhance your Django developer experience: CLI and Guides for the Modern Developer.
|
|
5
5
|
Project-URL: Homepage, https://falco.oluwatobi.dev/
|
|
6
6
|
Project-URL: Documentation, https://falco.oluwatobi.dev/
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{% verbatim %}
|
|
2
|
+
{% load static %}
|
|
3
|
+
{% load django_htmx %}
|
|
4
|
+
{% load tailwind_cli %}
|
|
5
|
+
|
|
6
|
+
<!DOCTYPE html>
|
|
7
|
+
<html lang="en">
|
|
8
|
+
<head>
|
|
9
|
+
<meta charset="UTF-8" />
|
|
10
|
+
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
|
11
|
+
<meta name="description" content="" />
|
|
12
|
+
<meta name="keywords" content="" />
|
|
13
|
+
{% endverbatim %}<title>{{ project_name }}</title>{% verbatim %}
|
|
14
|
+
{% tailwind_css %}
|
|
15
|
+
<script defer src="{% static "vendors/htmx/htmx.min.js" %}"></script>
|
|
16
|
+
{% django_htmx_script %}
|
|
17
|
+
{% block extra_head %}
|
|
18
|
+
{% endblock extra_head %}
|
|
19
|
+
</head>
|
|
20
|
+
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
|
|
21
|
+
{% block content %}
|
|
22
|
+
{% endblock content %}
|
|
23
|
+
{% block extra_body %}
|
|
24
|
+
{% endblock extra_body %}
|
|
25
|
+
</body>
|
|
26
|
+
</html>
|
|
27
|
+
{% endverbatim %}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# Generated by Django 5.0.1 on 2024-01-11 23:44
|
|
2
2
|
import django.utils.timezone
|
|
3
3
|
import {{project_name}}.users.models
|
|
4
|
-
from django.db import migrations
|
|
4
|
+
from django.db import migrations
|
|
5
|
+
from django.db import models
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
class Migration(migrations.Migration):
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{% verbatim %}
|
|
2
|
-
{% load static %}
|
|
3
|
-
{% load django_htmx %}
|
|
4
|
-
{% load tailwind_cli %}
|
|
5
|
-
<!DOCTYPE html>
|
|
6
|
-
<html lang="en">
|
|
7
|
-
<head>
|
|
8
|
-
<meta charset="UTF-8">
|
|
9
|
-
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
10
|
-
<meta name="description" content="">
|
|
11
|
-
<meta name="keywords" content="">
|
|
12
|
-
{% endverbatim %}<title>{{ project_name }}</title>{% verbatim %}
|
|
13
|
-
{% tailwind_css %}
|
|
14
|
-
<script defer src="{% static "vendors/htmx/htmx.min.js" %}"></script>
|
|
15
|
-
{% django_htmx_script %}
|
|
16
|
-
{% block extra_head %}{% endblock extra_head %}
|
|
17
|
-
</head>
|
|
18
|
-
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
|
|
19
|
-
{% block content %}
|
|
20
|
-
{% endblock content %}
|
|
21
|
-
{% block extra_body %}{% endblock extra_body %}
|
|
22
|
-
</body>
|
|
23
|
-
</html>
|
|
24
|
-
{% endverbatim %}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/.github/dependabot.yml
RENAMED
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/.github/workflows/ci.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/deploy/gunicorn.conf.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/__init__.py
RENAMED
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/core/__init__.py
RENAMED
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/core/apps.py
RENAMED
|
File without changes
|
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/__init__.py
RENAMED
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/admin.py
RENAMED
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/apps.py
RENAMED
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/forms.py
RENAMED
|
File without changes
|
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/project_name/users/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{falco_cli-0.2.3 → falco_cli-0.2.4}/src/falco_blueprints/project_name/tests/test_assert_true.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|