Added Tag completion in add posts

Please redo the requirements installs!
This commit is contained in:
2020-06-07 08:35:24 +00:00
parent d27d820880
commit 1ba4b519bd
7 changed files with 98 additions and 5 deletions

View File

@@ -12,5 +12,6 @@ class MyPostForm(forms.ModelForm):
class Media:
js = (
'js/auto_slug.js', # inside app static folder
'js/auto_slug.js', # automatic slag completion ajax
'js/tag_completion.js',
)