Skip to content

santhoshganesh13/OpenSourceSession

 
 

Repository files navigation

OpenSourceSession

Build Status Requirements Status Coverage Status License: MIT

The website is created to provide information about the event for open source and students can register their interest in the event.

Website

Technologies Used

This project uses a number of open source projects:

  • Django - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
  • Bootstrap - Responsive frontend framework
  • Heroku - Webapp deployed here
  • Travis - Continuous Integration of the project

Installations

Run

pip install -r requirements.txt

to install everything required to run this project on heroku as well as on your local.

To run this in your local

  1. Clone this repository using

    $ git clone https://github.com/vaibhavsingh97/OpenSourceSession.git
    
  2. Go inside main Django app Instructional video on installing Django

    $ cd OpenSourceSession
    
  3. Collectstatic files using

    $ python manage.py collectstatic
    
  4. Migrating files using

    $ python manage.py makemigrations
    $ python manage.py migrate
    
  5. Run the app

    $ python manage.py runserver
    

To run the web app in Debug mode set the DEBUG environment variable. In Linux, run the export DEBUG=True command in the terminal.

Issues

You can report the bugs at the issue tracker

License

Built with ♥ by Vaibhav Singh(@vaibhavsingh97) under MIT License

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.6%
  • HTML 25.7%
  • Python 18.8%
  • JavaScript 16.9%