Solace is a simple blog application built using Django.
pass
To get started with Solace, follow these steps:
-
Clone the repository:
git clone https://github.com/NPDebs/solace.git cd solace
-
Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
...
The project is structured as shown below:
solace/
β
βββ solace/
β βββ __init__.py
β βββ settings.py
β βββ urls.py
β βββ wsgi.py
β βββ asgi.py
β
βββ blog/
β βββ __init__.py
β βββ admin.py
β βββ apps.py
β βββ models.py
β βββ views.py
β βββ urls.py
β βββ forms.py
β βββ templates/
β β βββ blog/
β β βββ base.html
β β βββ post_list.html
β β βββ post_detail.html
β β βββ post_form.html
β βββ migrations/
β
βββ manage.py
βββ requirements.txt