Added field extraction and model creation
This commit is contained in:
parent
8131e77dd9
commit
1a5910f1ef
4 changed files with 177 additions and 5 deletions
2
urls.py
2
urls.py
|
@ -2,6 +2,6 @@ from django.conf.urls import patterns, url
|
|||
from pdfformfiller.views import editor
|
||||
|
||||
urlpatterns = patterns('pdfformfiller.views',
|
||||
url(r'^(?P<pdf>.*)/edit/$', editor.PDFFormFillerEditorView.as_view(), name='pdfformfiller-edit'),
|
||||
url(r'^(?P<pdf>.*)/edit/$', editor.PDFFormFillerEditor.as_view(), name='pdfformfiller-edit'),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue