obrianthe1st / Magzeto-django-magazine-advertising-platform

V 0.0.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magzeto-django-magazine-advertising-platform

This is just a quick mockup of a django project I decided to create of a newspaper frontend and advertising backend over the span of a few hours on couple days a week.

It's a prototype to see how I would implement various functionalities, most of the functionalities are a bit rudimentary and shouldn't be used in the wild at all. You are free to have a look at it though.

Newspaper section


newspaper.section.1.mp4

advertising section


advertising.section.mp4

I use docker to manage the different applications such as postgresql, redis, celery.

Command to spin up services:

docker-compose up

command to run application:

docker-compose run app sh -c "python manage.py runserver"

About

V 0.0.1

License:MIT License


Languages

Language:Python 42.6%Language:HTML 29.9%Language:CSS 23.5%Language:JavaScript 3.3%Language:Batchfile 0.3%Language:Makefile 0.3%Language:Dockerfile 0.2%