One thing I noticed. In your Blog model you are saving your slug every time.
If you are using the slug as your URL this means if a title is changed the URL will change and anyone who had the original URL will get a 404. Probably not want you want. Dylan On Mon, Mar 26, 2018 at 10:33 AM, 'Simon Connah' via Django users < [email protected]> wrote: > Well, I've opened up the repository if anyone is interested in taking a > look. As I've said elsewhere, it is very early in development, but I have a > couple of weeks where I should be able to dedicate a decent amount of time > to get it working properly. > > The main thing I'm a bit worried about is the design since I suck at that > sort of thing. > > The repo is here: > > https://gitlab.com/glamorous-systems/seductive > > On Sunday, 25 March 2018, 09:55:21 BST, Etienne Robillard < > [email protected]> wrote: > > > Hi Simon, > > You can also consider setting up a official website for your project. > > Regards, > > Etienne > > Le 2018-03-24 à 15:13, 'Simon Connah' via Django users a écrit : > > Hi, > > First of all, I am sorry because I know that this is off-topic but I > couldn't think of a better place to ask the question. > > I'm in the process of developing a cross between a blog, a media gallery > and some essential e-commerce features which is designed for end users > rather than other Django developers (much like Wordpress is although I am > not saying my project is going to be anything like Wordpress). I want to > advertise the project so that other people can help with its development > and offer ideas on features as well as use it if they want to. > > I have no idea where to advertise my open source project? Is there a > decent place to make people aware of what I am doing? I'm fine doing all > the backend tasks, but it would be great to have some help on the frontend > design aspects. I can handle the JavaScript as well. I'm just not so hot on > CSS. > > Any help is appreciated. > > Simon. > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/1400150805.2759758.1521918783407%40mail.yahoo.com > <https://groups.google.com/d/msgid/django-users/1400150805.2759758.1521918783407%40mail.yahoo.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- > Etienne [email protected]https://www.isotopesoftware.ca/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/d9f5e8ef-826f-f5dc-1f4b-99e8f14fdb72%40yandex.com > <https://groups.google.com/d/msgid/django-users/d9f5e8ef-826f-f5dc-1f4b-99e8f14fdb72%40yandex.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/228244104.3602778.1522085598580%40mail.yahoo.com > <https://groups.google.com/d/msgid/django-users/228244104.3602778.1522085598580%40mail.yahoo.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHtg44AgvgLwvFu9MhmgtKvd8wxPR9T_VUWB9JnE3kKYxt-qrA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

