Skip to content

WIZARDOF-OZ/Fatima-Convent-Senior-Secondary-School-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

  1. Clone the repository:
git clone https://github.com/MRINMOY662/Fatima-Convent-Senior-Secondary-School-.git  
  1. Navigate to the project directory:
 cd your-project
  1. Activate the virtual environment:
  • On macOS/Linux:
source env/bin/activate
  • On Windows (For PowerShell):
env\Scripts\Activate.ps1
  1. Install the project dependencies:
pip install -r requirements.txt

Usage:

  1. Run the development server:
python manage.py runserver

Open your web browser and navigate to http://127.0.0.1:8000/ to access the app.

Configuration

  • Modify settings in your_project/settings.py to customize the app's behavior.

  • Create and apply database migrations using:

python manage.py makemigrations
python manage.py migrate

Contributing

Contributions are welcome! Follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m "Add new feature"
  4. Push to the branch: git push origin feature/your-feature
  5. Submit a pull request.