feat: upgrade wagtail, fix width for blog pages
This commit is contained in:
parent
7801b9e2f1
commit
c81a13a12a
4 changed files with 6 additions and 5 deletions
3
.idea/iamkonstantin-web.iml
generated
3
.idea/iamkonstantin-web.iml
generated
|
@ -15,8 +15,9 @@
|
|||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/env" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="jdk" jdkName="Python 3.13 (iamkonstantin-web)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="PyDocumentationSettings">
|
||||
|
|
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
|
@ -3,5 +3,5 @@
|
|||
<component name="Black">
|
||||
<option name="sdkName" value="Python 3.12 (iamkonstantin-web)" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (iamkonstantin-web)" project-jdk-type="Python SDK" />
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (iamkonstantin-web)" project-jdk-type="Python SDK" />
|
||||
</project>
|
|
@ -64,7 +64,7 @@
|
|||
<div class="relative w-full sm:px-8">
|
||||
{% include "includes/header.html" %}
|
||||
|
||||
<main id="main" class="mx-auto max-w-7xl px-0 md:px-4 lg:px-8">
|
||||
<main id="main" class="mx-auto max-w-5xl px-0 md:px-4 lg:px-8">
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Django>=4.2,<5.1
|
||||
wagtail>=6.2.2,<6.3
|
||||
Django>=4.2,<5.2
|
||||
wagtail>=6.3,<6.4
|
||||
whitenoise>=6.6,<7.0
|
||||
wagtailcodeblock>=1.29.0.2,<2.0
|
||||
django-tailwind>=3.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue