Building A Blog Application With Django
Jul 26, 2020 | 791 views
Refer to: Here
Extending The Application
Adding Comments System – https://djangocentral.com/creating-comments-system-with-django/
Adding Pagination to the Index page – https://djangocentral.com/adding-pagination-with-django/
Integrating PostgreSQL with Django – https://djangocentral.com/using-postgresql-with-django/
Configuring static assets – https://djangocentral.com/static-assets-in-django/
Integrating Summernote WYSIWYG Editor – Integrating Summernote WYSIWYG Editor in Django
Creating Sitemap – https://djangocentral.com/creating-sitemaps-in-django/
Creating Feeds – https://djangocentral.com/creating-feeds-with-django/
Deploy Django Application – How To Deploy Django App with Nginx, Gunicorn, PostgreSQL and Let’s Encrypt SSL on Ubuntu