Skip to content

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

Notifications You must be signed in to change notification settings

nilaycicekli/software-news-website

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published