Skip to content

GITSALAHE/Django_blog

Repository files navigation

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) :

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published