Skip to content

World-Konkani-Centre/kshamata-portal

Repository files navigation

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 🙏