Skip to content

alisamadzadeh46/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogDjango

for run :

1- download or clone project

2 - Install the virtualenv package :

mac / windows / linux : pip install virtualenv

3 - Create the virtual environment :

mac / windows / linux : virtualenv mypython

4- Activate the virtual environment :

mac / linux : source mypython/bin/activate

windows: mypthon\Scripts\activate

5- RUN pip install -r requirements.txt

6 - manage.py createsuperuser

end

alt text