Skip to content

About This is a simple Django Weblog app made by sqlite3 and DRF to manage weblog contents (articles , categories, comments ...)

Notifications You must be signed in to change notification settings

amirbnprogramming/DjangoWeblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Weblog

Django Weblog is created with DRF and dbqlite3 , it is a simple Django app to manage weblog content. Contents like (articles, comments, users, categories) . Application development and testing with django v4.2.4

Quick start

  1. Set specific and custome settings for you project in local_settings.py::

  2. open terminal and make migrations for models ::

     python manage.py makemigrations     
     python manage.py migrate
    
  3. Start the development and runserver ::

     python manage.py runserver
    

TODO

- Create Tables and run app

About

About This is a simple Django Weblog app made by sqlite3 and DRF to manage weblog contents (articles , categories, comments ...)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published