Giter VIP home page Giter VIP logo

django_starter's People

Contributors

mt40 avatar

Watchers

 avatar  avatar

django_starter's Issues

Auto test data insertion

At app startup, automatically insert:

  • a default superuser if not exists
  • some random blog posts

Allows comment

Build a comment system that:

  • allow user to comment as anonymous or with a given email
  • allow reply to an existing comment (hierarchy comment)

For simplicity, comment is text only and there is no formatting support.

Allows adding tags to posts

  • allows add/view/edit/delete tags
  • allow adding existing tags to a post when it is being created or edited
  • show tags to users

Share posts by email

Add a share button in each post that allows sending this post to a given email

Setup CI

  • add pylint
  • setup github action that runs pylint for PRs
  • block merge until CI passed

Add admin page

  • setup a local Postgres DB
  • add admin page at /blog/admin that allows:
    • view/add/edit/delete blog posts
    • paging
    • search posts
  • auto test data insertion #3

Adds full text search

Allows users to search posts by text, we should consider both post title, content, and tags.

Setup Git Repo

  • install Django
  • setup project structure
  • add .gitignore
  • add README
  • 1st commit
  • protect master

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.