Django Content Server includes Django CMS and Blog. Manage users with Django All Auth and their many social media providers. Edit the content yourself or enlist people to do it for you. Or use the Internet's content to create your own content.
Built on Django this collection on modules aims to simplify the creation and updating of content on a website or web application.
some reviews :
Why Django is the Best Web Framework for Your Project
What is Django? Advantages and Disadvantages
We can scrape content from the web or design it before hand.
Updating the same way, lets work smarter not harder.
This adds 3 blogs to a page automatically
python3 manage.py search_web
Added web scraping capabilities.
In the site_server/management/commands
folder in search_web.py
# to search
queries = {
"Hubble": "Hubble images science news random",
}
Adds content on given search params. The more specific the search the better the results.
But its not just Django.
On Django we have Django CMS and Django CMS Blog.
By default allows some amazing editing functionality.
To help simplify the site requirements
Backend 90% complete still need to get working on a descent front end to display content.
Started adding newsbit template.
google Link
Easy access to a search result and then Beautiful Soup takes over
beautifulsoup4 Link
Easy to work with, just the different elements in countless websites to deal with.
but has low limits easy to get images
Google-Images-Search Link
Can be enabled and used…
djangocms-bootstrap4 Link
Make styling simpler for a backend developer
With Jango CMS and Filer everything is point and click
django-filer Link
Compiled by Jody Beggs