epicserve /
django-base-site
The Django Base Site is a Django site that is built using the best Django practices and comes with all the common Django packages that you need to jumpstart your next project.
85/100 healthLoading repository data…
bethropolis / repository
a Django-based project for managing schools, students, courses, and faculty.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
a Django-based project for managing schools, students, courses, and faculty.
Ensure you have Python and MySQL installed on your system. You can check if Django is installed by running:
python -m django --version
If Django is not installed, follow the installation instructions at Django's official website.
git clone https://github.com/bethropolis/simple-campus-system.git
cd simple-campus-system
python -m venv venv
source venv/Scripts/activate # On Linux, use `venv/bin/activate`
pip install -r requirements.txt
Rename the .env.example file to .env.
Edit the .env file with your MySQL database configuration:
DB_NAME=db_name
DB_USER=db_user
DB_PASSWORD=db_password
DB_HOST=db_host
DB_PORT=3306
You'll have to create a database first called school
CREATE DATABASE `school`;
Run the migrations to create the database schema:
python manage.py migrate
Here are some screenshots of the different pages:
To start the development server, run:
python manage.py runserver
You can access the application in your web browser at http://127.0.0.1:8000/.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to reach out if you have any questions or encounter issues during the setup.
Happy coding! 💜
Selected from shared topics, language and repository description—not editorial ratings.
epicserve /
The Django Base Site is a Django site that is built using the best Django practices and comes with all the common Django packages that you need to jumpstart your next project.
85/100 healthsageteamorg /
A handy tool for generating Django-based backend projects without coding. On the other hand, it is a code generator of the Django framework.
42/100 healthBurhanMohammad /
This is a Django-based portfolio website that showcases my projects and skills. The site features a clean and responsive design, and includes a blog section where I can share my thoughts and experiences as a developer
AnubhavMadhav /
This is a django based project, which tells some of your GitHub Stats and also tells you that which Avenger are you according to your GitHub Profile.
37/100 healthanfiquehussain /
A Django-based freelance marketplace platform connecting freelancers and clients, enabling project collaboration, management, and secure payments
73/100 healthThis project is a Django-based web application that focuses on resume analysis and scoring using advanced Natural Language Processing (NLP) techniques and machine learning models, including LSTM-based classification.
44/100 health