nilaycicekli / software-news-website

a platform to share software articles, new, tips and tricks! written in django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About DeveloperGarage

  • This is a website written in Python's framework Django, that is aiming for people to share software related articles.

Starting

  • Run python manage.py runserver

Admin Panel

Migrations

  • Make migrations when you make changes in the models.py. First use the following command:

python manage.py makemigrations

  • then:

python manage.py migrate

Notes About Templates

  • Use {% load static %} in the first line of the html files.
  • The correct way of using static paths: {% static 'path_to_your_static_file.extension' %}

Notes and Codes

  • Create a new app:

python manage.py startapp <appname>

About

a platform to share software articles, new, tips and tricks! written in django.


Languages

Language:JavaScript 79.9%Language:CSS 12.3%Language:HTML 4.6%Language:Python 2.8%Language:PHP 0.2%Language:SCSS 0.1%