# My First Open Source Django Package (django-newsfeed)

**URL:** https://forum.djangoproject.com/t/my-first-open-source-django-package-django-newsfeed/4100
**Category:** Show & Tell
**Created:** [August 28, 2020, 5:47pm UTC](https://forum.djangoproject.com/t/my-first-open-source-django-package-django-newsfeed/4100 "2020-08-28T17:47:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![saadmk11](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/saadmk11/32/1954_2.png) [@saadmk11](https://forum.djangoproject.com/u/saadmk11)
#### Post date: [August 28, 2020, 5:47pm UTC](https://forum.djangoproject.com/t/my-first-open-source-django-package-django-newsfeed/4100/1 "2020-08-28T17:47:47Z")

</div>

Hello everyone. I just released my first Open Source Django package and I would love to get some feedback on it.  
Its called [dnago-newsfeed](https://github.com/saadmk11/django-newsfeed). It will be useful for people who want to create a news subscription website easily and fast using Django.

If you check out the package please leave me some feedback and suggestions. If anyone wants to [contribute](https://github.com/saadmk11/django-newsfeed/blob/master/CONTRIBUTING.rst) that would be amazing and you are more than welcome. 🙂

I have left some details about the package here:

# What is django-newsfeed?

`Django-newsfeed` is a news curator and newsletter subscription package for Django.  
It can be used to create a news curator website which sends newsletters to their subscribers  
also, it can be used to add a news subscription section to your website.

# Features

- Create monthly, weekly or daily issues with `draft` issue support.
- Create posts with different categories.
- Archive and display all of the issues on your website.
- Newsletter e-mail subscription.
- Newsletter e-mail unsubscription.
- Sending newsletters for each issue to all the subscribers.
- Customizable templates.
- Mass mailing support.

If you have any suggestions please leave a comment.
