Blog project for the department of Computer Science, SJEC.
Project is live at CS Blogs.
Backend:- Django.
Frontend:- HTML, CSS, Bootstrap.
Third party modules:- TinyMCE, beautifulsoup4, Pillow.
git clone "https://github.com/jsuryakt/department-blog-django.git"
For Windows - (Python must be installed, ofcourse!)
pip install virtualenv
virtualenv << any_name_here >>
, Eg:virtualenv venv
Activate the virtualenv using,
venv_name_here/Scripts/activate
, Eg:-venv/Scripts/activate
pip install -r requirements.txt
python manage.py runserver
Follow these steps:
-
Fork the project.
-
Clone the repository to your local environment.
$ git clone "https://github.com/jsuryakt/department-blog-django.git"
-
Make new changes, commit the changes and upload that to your GitHub.
$ git add .
$ git commit -m "Commit message"
$ git push origin branch-name
-
Send a pull request to the project repo, make sure you have updated your repository and is not overriding the existing code on the project repository.
Happy Coding.