The word Daftar comes from Farsi (دفتر), which means notebook. This website is implemented with the Django framework and allows you to post in Markdown format and also has a commenting service inside!
First, install the dependencies:
poetry installConfigure the database and adapt the environment variables to it... Look at the example here.
Apply migrations:
poetry run python manage.py makemigrations \
&& poetry run python manage.py migrateTest it before running:
poetry run python manage.py testRun it:
poetry run python manage.py runserver --insecureCheck project status for deployment:
poetry run python manage.py check --deployNote: Only superusers can update posts and comments through the website...
This project is licensed under the MIT license found in the LICENSE file in the root directory of this repository.