Skip to content

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.

License

Notifications You must be signed in to change notification settings

Python-Marketing/django-content-server

Repository files navigation

Django Content Server

What is it?

Built on Django this collection on modules aims to simplify the creation and updating of content on a website or web application.

Django

some reviews :

Why Django is the Best Web Framework for Your Project

What is Django? Advantages and Disadvantages

Content management

We can scrape content from the web or design it before hand.

Updating the same way, lets work smarter not harder.

Setup script : Readme setup_content_server.py

This adds 3 blogs to a page automatically

Web Content : Readme 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.

Django CMS and Django CMS Blog

On Django we have Django CMS and Django CMS Blog.

By default allows some amazing editing functionality.

Rest API

To help simplify the site requirements

Social User Management

Secure

NB still in development

Backend 90% complete still need to get working on a descent front end to display content. Started adding newsbit template.

Features

Some Packages used:

Google Search

google Link

Easy access to a search result and then Beautiful Soup takes over

Beautiful Soup 4 webscraping

beautifulsoup4 Link

Easy to work with, just the different elements in countless websites to deal with.

I like this package

but has low limits easy to get images

Google-Images-Search Link

Can be enabled and used...

Bootstrap 4 out of the box

djangocms-bootstrap4 Link

Make styling simpler for a backend developer

Easily manage files and images

With Jango CMS and Filer everything is point and click

django-filer Link

Compiled by Jody Beggs

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published