Sinisterly
Self built blog system - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Self built blog system (/Thread-Self-built-blog-system)



Self built blog system - Oxyrus - 08-16-2015

I wrote this blog some days ago because I was trying out Django, if someone needs something custom and fast well, you may want to try it out.

The blog itself is very simple because it was built in under 30 minutes, it contains a title, a body and the URL is based on the title, the editor is WYSIWSG.

https://github.com/Oxyrus/Blog

Feel free to do whatever you want with it, I'm coding an advanced version using Ruby on Rails which you can check out here https://github.com/Oxyrus/ProfessionalBlog I will let you know when it's ready for production.

That's it folks, I would use it to learn a bit about how Django works instead of use it on a real blog.


RE: Self built blog system - Kotomi - 08-16-2015

(08-16-2015, 10:59 PM)Oxyrus Wrote: I wrote this blog some days ago because I was trying out Django, if someone needs something custom and fast well, you may want to try it out.

The blog itself is very simple because it was built in under 30 minutes, it contains a title, a body and the URL is based on the title, the editor is WYSIWSG.

https://github.com/Oxyrus/Blog

Feel free to do whatever you want with it, I'm coding an advanced version using Ruby on Rails which you can check out here https://github.com/Oxyrus/ProfessionalBlog I will let you know when it's ready for production.

That's it folks, I would use it to learn a bit about how Django works instead of use it on a real blog.
Very nice, would you like me to upload it for a demo?


RE: Self built blog system - Oxyrus - 08-16-2015

(08-16-2015, 11:01 PM)Maekos Puppy Wrote:
(08-16-2015, 10:59 PM)Oxyrus Wrote: I wrote this blog some days ago because I was trying out Django, if someone needs something custom and fast well, you may want to try it out.

The blog itself is very simple because it was built in under 30 minutes, it contains a title, a body and the URL is based on the title, the editor is WYSIWSG.

https://github.com/Oxyrus/Blog

Feel free to do whatever you want with it, I'm coding an advanced version using Ruby on Rails which you can check out here https://github.com/Oxyrus/ProfessionalBlog I will let you know when it's ready for production.

That's it folks, I would use it to learn a bit about how Django works instead of use it on a real blog.
Very nice, would you like me to upload it for a demo?

I don't even worked on the design because I felt it was useless, I'm wasting my time on the Professional Blog, which contains user roles, perhaps I will update the Django blog to use bootstrap or something.

By the way, you can't upload it to a shared hosting, they usually don't have Django installed.


RE: Self built blog system - Kotomi - 08-16-2015

(08-16-2015, 11:03 PM)Oxyrus Wrote:
(08-16-2015, 11:01 PM)Maeko Wrote:
(08-16-2015, 10:59 PM)Oxyrus Wrote: I wrote this blog some days ago because I was trying out Django, if someone needs something custom and fast well, you may want to try it out.

The blog itself is very simple because it was built in under 30 minutes, it contains a title, a body and the URL is based on the title, the editor is WYSIWSG.

https://github.com/Oxyrus/Blog

Feel free to do whatever you want with it, I'm coding an advanced version using Ruby on Rails which you can check out here https://github.com/Oxyrus/ProfessionalBlog I will let you know when it's ready for production.

That's it folks, I would use it to learn a bit about how Django works instead of use it on a real blog.
Very nice, would you like me to upload it for a demo?

I don't even worked on the design because I felt it was useless, I'm wasting my time on the Professional Blog, which contains user roles, perhaps I will update the Django blog to use bootstrap or something.

By the way, you can't upload it to a shared hosting, they usually don't have Django installed.
I've gotten a VPS with my host Smile


RE: Self built blog system - Oxyrus - 08-16-2015

(08-16-2015, 11:06 PM)Maekos Puppy Wrote:
(08-16-2015, 11:03 PM)Oxyrus Wrote:
(08-16-2015, 11:01 PM)Maeko Wrote:
(08-16-2015, 10:59 PM)Oxyrus Wrote: I wrote this blog some days ago because I was trying out Django, if someone needs something custom and fast well, you may want to try it out.

The blog itself is very simple because it was built in under 30 minutes, it contains a title, a body and the URL is based on the title, the editor is WYSIWSG.

https://github.com/Oxyrus/Blog

Feel free to do whatever you want with it, I'm coding an advanced version using Ruby on Rails which you can check out here https://github.com/Oxyrus/ProfessionalBlog I will let you know when it's ready for production.

That's it folks, I would use it to learn a bit about how Django works instead of use it on a real blog.
Very nice, would you like me to upload it for a demo?

I don't even worked on the design because I felt it was useless, I'm wasting my time on the Professional Blog, which contains user roles, perhaps I will update the Django blog to use bootstrap or something.

By the way, you can't upload it to a shared hosting, they usually don't have Django installed.
I've gotten a VPS with my host Smile

Feel free to do whatever you want, you require Python 3.4.x and Django 1.8 or above.