/DjangoWeblog

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

Primary LanguagePython

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