osw4l / osw4lBlog

django basic blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Simple Started Kit

is a django project, that provides some settings to help to developers to start a new django project with the least effort, so simple how clone a repository

About the project

Mode of use

The first step you have to do to start using this beautiful started kit is to give permissions to all the sh files that it contains, as follows

 sudo chmod u+x runserver.sh
 sudo chmod u+x local_db.sh

The next step is to do a migration with our migration script to the db once you are granted the required permissions

./local_db.sh

To run the server you simply run the runserver.sh script, as follows

./runserver.sh

fcm settings

for configure fcm with django go to here , and change this API_KEY = "YOUR FCM KEY". , read about the endpoints api here.

This was done with much love and dedication to make the configuration and development of your projects faster❤️, Thank you for being wonderful ❤️ 😄.

About

django basic blog


Languages

Language:HTML 84.6%Language:Python 15.3%Language:Shell 0.1%