mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-08-04 15:18:20 +00:00
moved completely to the regex compiler
This commit is contained in:
parent
2e21b45eee
commit
3f9cd85872
13 changed files with 565 additions and 492 deletions
1
docs/docs_project/docs_project/templates/compiler.html
Normal file
1
docs/docs_project/docs_project/templates/compiler.html
Normal file
|
@ -0,0 +1 @@
|
|||
<c-compiler.comp simple="simples!" complex="{% now 'd' %}" />
|
|
@ -0,0 +1,3 @@
|
|||
{{ simple }}
|
||||
|
||||
{{ complex }}
|
|
@ -2,6 +2,7 @@ from . import views
|
|||
from django.urls import path
|
||||
|
||||
urlpatterns = [
|
||||
path("compiler", views.build_view("compiler"), name="compiler"),
|
||||
path(
|
||||
"",
|
||||
views.build_view(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue