项目作者: Python-Marketing

项目描述 :
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.
高级语言: Python
项目地址: git://github.com/Python-Marketing/django-content-server.git
创建时间: 2020-09-30T09:08:27Z
项目社区:https://github.com/Python-Marketing/django-content-server

开源协议:Creative Commons Zero v1.0 Universal

下载


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

  1. # to search
  2. queries = {
  3. "Hubble": "Hubble images science news random",
  4. }

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 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