SameetBlog
my blog source code.
Installation
- install
python 3
,virtualenv
,pip3
- clone this repo
git clone https://gitlab.com/smsameet/sameetblog.git
- create virtualenv
python3 -m venv venv && sourse venv/bin/acrivate
- installing requirements
pip3 install -r requirements.txt
- migration models
cd SameetBlog && python3 manage.py migrate
- createsuperuser
python3 manage.py createsuperuser
- run
python3 manage.py runserver
License
GPL - 3.0