Skip to content

Doxha290107/Chiribaya-12-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ My Django Project

A modern Django web application with a clean, organized structure.

πŸ“‹ Overview

This project follows a custom structure:

  • src/: Main code directory
    • config/: Project configuration
    • core/: Main application
  • venv/: Virtual environment (not tracked in git)

✨ Features

  • πŸ“± Clean and organized Django 5 structure
  • πŸ› οΈ Separation of settings and application code
  • πŸ“¦ Ready to use with frontend frameworks
  • πŸ”’ Admin interface for content management

πŸ”§ Installation

  1. Clone this repository
  2. Create and activate a virtual environment:
    python3 -m venv venv
    source venv/bin/activate
    

Install dependencies: cd src pip install -r requirements.txt

Apply migrations: python3 manage.py migrate

Create a superuser: python3 manage.py createsuperuser

πŸš€ Running the Project cd src python3 manage.py runserver

Access the site at http://127.0.0.1:8000/ and admin at http://127.0.0.1:8000/admin/ πŸ› οΈ Development Add models to core/models.py Create views in core/views.py Add URL patterns in core/urls.py Create templates in core/templates/ πŸ“ License This project is licensed under the MIT License - see the LICENSE file for details.

πŸ‘€ Author Fabrizio Jimenez

Built with ❀️ using Django 5

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors