https://github.com/kjenney/django-multiview
Django Multiview App
https://github.com/kjenney/django-multiview
Last synced: 3 months ago
JSON representation
Django Multiview App
- Host: GitHub
- URL: https://github.com/kjenney/django-multiview
- Owner: kjenney
- Created: 2025-02-22T02:09:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T16:48:07.000Z (4 months ago)
- Last Synced: 2025-02-22T17:24:27.744Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-multiview
## OverviewThis repository contains a Django project with a custom home page.
## Getting Started
### Prerequisites
- Python 3.12
- Django 5.1.6### Installation
1. Clone the repository:
```bash
git clone https://github.com/kjenney/django-multiview.git
```
2. Create a virtual environment and activate it:
```bash
python3 -m venv venv
source venv/bin/activate
```
3. Install the required dependencies:
```bash
pip install -r requirements.txt
```
4. Run the development server:
```bash
python manage.py runserver
```### Usage
Visit http://localhost:8000 to see the custom home page.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the MIT License.