Giter VIP home page Giter VIP logo

kshamata's Introduction

sushiksha-fest-site

Sushiksha-lOGO 

GitHub issues GitHub forks GitHub stars


Logo   Powered by Django. Bootstrap logo


View a Live Demo · Report a Bug · Request a Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing / Adding features

About the Project

Project Description

  1. Backend Framework: Django
  2. Front-end Framework: Bootstrap
  3. Database used: Sqlite

Getting Started

Installation

  1. Fork and Clone

    1. Fork the Kshamata Repository
    2. Clone the repo to your local system
  2. Create a Virtual Environment for the Project

    In Windows

    pip install virtualenv
    virtualenv venv
    venv\Scripts\activate

    In Ubuntu/MacOS

    python -m virtualenv venv
    
    source venv/bin/activate

    If you are using another name for the virtual environment other than venv, then please mention it in .gitignore.

  3. Install all the requirements

    pip install -r requirements.txt

Development

  1. Checkout to a different branch

    git status
    git pull
    git branch
    git checkout -b <your-branch-here>
    
    
  2. Make migrations/ Create db.sqlite3

    python manage.py makemigrations
    python manage.py migrate
  3. Create a super user. In Django, if you want to access admin page, you need to create an account with staff status first.

    python manage.py createsuperuser
    

    Then select your username and password. You can bypass a common password for development purposes.

  4. Run the server on localhost:

    python manage.py runserver
  5. Make the changes and send a PR, referencing the changes.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change in the project. Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Here are the steps to contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

🙏THANK YOU 🙏

kshamata's People

Contributors

18praneeth avatar ananth3a1 avatar itsprathvi avatar rajathprabhu221 avatar ramadas-kamat avatar srinidhibhat45 avatar swasthikcnayak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.