diff --git a/_.env.prd b/_.env.prd new file mode 100644 index 0000000..f24b90d --- /dev/null +++ b/_.env.prd @@ -0,0 +1,9 @@ +DEBUG=1 +SQL_ENGINE='django.db.backends.mysql' +SQL_HOST='192.168.0.211' +SQL_USER='ddochi' +SQL_PASSWORD='tjdehd89!@' +SQL_DATABASE='butler_ddochi' +SQL_PORT='3306' +CSRF_TRUSTED_ORIGINS=https://www.icurfer.com,https://butler.icurfer.com,https://butler.icurfer.com:8000 +MM_URL=https://mm.icurfer.com/hooks/rsu8fwfmtbbcpgtt4qa1so4hmy \ No newline at end of file diff --git a/blog/templates/blog/post_list.html b/blog/templates/blog/post_list.html index 2dcb66e..b875c66 100644 --- a/blog/templates/blog/post_list.html +++ b/blog/templates/blog/post_list.html @@ -4,7 +4,7 @@ {% block main_area %}

Blog Posts

- {% if request.user.is_authenticated %} + {% if request.user.is_authenticated and request.user.is_staff %} Create New Post {% endif %}