Skip to content

Official Web Log Publishing Workspace for the BITS Students' Union Technical Team

License

Notifications You must be signed in to change notification settings

BITS-SU-Tech-Team/Bloggers-Park

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloggers-Park

Official Publishing Workspace for the BITS Student Union Tech Team

Installation

  1. Clone or download the repository.

  2. Create a new virtual environment for the project.

    virtualenv venv
    source venv/bin/activate
  3. Install required python packages given in the requirements.txt file.

    pip install -r requirements.txt
  4. Run Django migrations.

    python manage.py makemigrations
    python manage.py migrate
  5. Start the application.

    python manage.py runserver

About

Official Web Log Publishing Workspace for the BITS Students' Union Technical Team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published