/department-blog-django

Blog project for the Department of Computer Science, SJEC. Backend Django. Frontend HTML, CSS, Bootstrap. Third party modules TinyMCE, beautifulsoup4, Pillow.

Primary LanguageJavaScript

CS Department Blog Project

GitHub last commit GitHub issues GitHub closed issues Open Source Love

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.

How to run the project!

- Clone the project

git clone "https://github.com/jsuryakt/department-blog-django.git"

- Create a new virtual environment and activate

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

- Install Requirements

pip install -r requirements.txt

- Run App

python manage.py runserver

Want to Contribute, if you find any bug or want to upgrade a feature,

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.