Skip to content

eliassrm/Blog-App-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spazio Vicino Web App

This is a Django-based web application for the Spazio Vicino project.

Features

  • User authentication and management
  • Customizable models and views
  • Responsive frontend
  • Admin interface

Requirements

  • Python 3.8+
  • Django 4.x
  • Other dependencies listed in requirements.txt

Setup

  1. Clone the repository:

    git clone https://github.com/eliassrm/Spazio-Vicino.git
    cd Spazio-Vicino/Website/Web App
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Apply migrations:

    python manage.py migrate
  5. Run the development server:

    python manage.py runserver
  6. Access the app:
    Open http://localhost:8000 in your browser.

Project Structure

  • Website/ - Django project root
  • Web App/ - Main Django app
  • requirements.txt - Python dependencies

Contributing

Pull requests are welcome. For major changes, please open an issue first.

License

See LICENSE for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors