This is a football blog. Its articles have been copied from https://www.varzesh3.com
To run the project, do this instructions:
- make a repository (
git init) and clone the project intodjango-blogdirectory by runninggit clone https://github.com/JavadZahedi/django-blogon command line. - open the
django-blog(cd django-blog) - install
virtualenvon your system. - run
virtualenv <virtual_environment_name>on command line. - activate the virtual environment by running
source <virtual_environment_name>/bin/activateon command line. (to deactivate the virtual environment you can usedeactivatecommand. - install pip3 on your system or your virtual environment.
- install required libraries and packages on your virtual environment by running
pip3 install -r requirements.txt - open blog directory (
cd blog) - run
./manage.py runserveron command line to run the server. - now, the server has been ran on 8000 port of the localhost.