Skip to content

Commit

Permalink
add more markers
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 5, 2024
1 parent fb7dff8 commit 986a553
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
file="permissions.zcml"
/>


<include file="dependencies.zcml" />
<include file="profiles.zcml" />
<include file="permissions.zcml"/>

<include package=".controlpanel" />
<include package=".indexers" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="{{ cookiecutter.python_package_name }}"
>

<!-- -*- extra stuff goes here -*- -->


</configure>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<registry
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
i18n:domain="{{ cookiecutter.python_package_name }}">

<!-- -*- extra stuff goes here -*- -->

</registry>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<rolemap>
<permissions>

<!-- -*- extra stuff goes here -*- -->
</permissions>
</rolemap>

0 comments on commit 986a553

Please sign in to comment.