From 10d4b6bc70addbe42f12ef8f8799a16f8e63ad01 Mon Sep 17 00:00:00 2001 From: habi Date: Fri, 13 May 2022 14:09:36 +0500 Subject: [PATCH] pluginmodel --- .../templates/baseTemplate/index.html | 26 ++- websiteFunctions/models.py | 6 + .../websiteFunctions/websiteFunctions.js | 74 +++++++ .../websiteFunctions/WPAddNewPlugin.html | 71 ++++++ .../websiteFunctions/WPConfigurePlugins.html | 21 ++ .../templates/websiteFunctions/WPCreate.html | 206 ++++++++++++++++++ websiteFunctions/urls.py | 11 + websiteFunctions/views.py | 46 ++++ websiteFunctions/website.py | 80 +++++++ 9 files changed, 537 insertions(+), 4 deletions(-) create mode 100644 websiteFunctions/templates/websiteFunctions/WPAddNewPlugin.html create mode 100644 websiteFunctions/templates/websiteFunctions/WPConfigurePlugins.html create mode 100644 websiteFunctions/templates/websiteFunctions/WPCreate.html diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index 37fc088b3..0622f0012 100755 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -394,13 +394,30 @@
  • -
    - {% trans "Wordpress" %} +
    + {% trans "Wordpresss" %}
    +
  • -
  • +
  • {% trans "Websites" %} @@ -408,11 +425,12 @@