GITSALAHE / Django_blog

Status : Done. check result here (Read the README) :

Home Page:http://gitsalahe.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitSalah blog with Django python

Build Status

GitSalah blog is a general blog,Maded with Django language.

Setup webapp :

create env folder :

$ python -m venv env 

after type to activat (env)

$ \env\Script\activate

install django in your env :

$ pip install django

àfter install the packages from requirements.txt

$ pip install -r requirements.txt

after collect the static files from static_env

$ python manage.py collectstatic

and finally your run the server:

$ python manage.py runserver 

Result :

check the live result here

login first : username: Anonymous-user password: 02170217S

About

Status : Done. check result here (Read the README) :

http://gitsalahe.pythonanywhere.com/

License:MIT License


Languages

Language:Python 87.9%Language:JavaScript 12.1%