Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitgirwal committed Jan 15, 2023
1 parent b33c304 commit 00a45d7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ python manage.py loaddata db_backup.json
```

#### Features
Basic setup and core `Hello World!` app
Blog post `crud` operations
User core `signup login logout` using the name, email, password & confirm password
Post created by user User profile view
Post pagination on home page
Search articles by `title` or `subtitle` or `category` or by `username`
Blog post `view count`
Login signup page error and success messages flash
User dashboard and `view stats`
Comment by user and `comment` approved by admin
Like by the user and show a message if not logged in for comment and `likes`
User `name edit` and upload `profile photo`
Blog post editor using `TinyMCE`
Basic setup and core `Hello World!` app <br/>
Blog post `crud` operations <br/>
User core `signup login logout` using the name, email, password & confirm password <br/>
Post created by user User profile view <br/>
Post pagination on home page <br/>
Search articles by `title` or `subtitle` or `category` or by `username` <br/>
Blog post `view count` <br/>
Login signup page error and success messages flash <br/>
User dashboard and `view stats` <br/>
Comment by user and `comment` approved by admin <br/>
Like by the user and show a message if not logged in for comment and `likes` <br/>
User `name edit` and upload `profile photo` <br/>
Blog post editor using `TinyMCE` <br/>


#### Coming Soon
Expand Down Expand Up @@ -112,4 +112,4 @@ Wechat official account feature integrated. Now, you can use wechat official acc
Just install notepad++,open file, change encoding to UTF-8 save and run the loaddata commads
- [Django Fontawesome - Icon](https://fontawesome.com/docs/web/use-with/python-django)
- [Modal Popup](https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_modal)
- [TinyMCE](https://pypi.org/project/django-tinymce/)
- [TinyMCE](https://pypi.org/project/django-tinymce/)

0 comments on commit 00a45d7

Please sign in to comment.