Skip to content

NuruProgramming/NuruCon2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuruCon 2024 Website

This is the official website for NuruCon 2024, built using Django.

Project Structure

├── config/                 # Django project configuration
├── nurucon/                # Main Django app
├── static/                 # Static files (CSS, images, etc.)
├── templates/              # HTML templates
├── venv/                   # Virtual environment (not tracked in git)
├── db.sqlite3              # SQLite database
├── manage.py               # Django management script
└── requirements.txt        # Python dependencies

Setup

  1. Clone the repository
  2. Create a virtual environment: python -m venv venv
  3. Activate the virtual environment:
    • Windows: venv\Scripts\activate
    • macOS/Linux: source venv/bin/activate
  4. Install dependencies: pip install -r requirements.txt
  5. Run migrations: python manage.py migrate
  6. Start the development server: python manage.py runserver

Contributing

We welcome contributions to the NuruCon 2024 website! Here's how you can help:

  1. Fork the repository
  2. Create a new branch for your feature
  3. Make your changes and commit them
  4. Push to your fork and submit a pull request

Contact

For any questions or concerns, please open an issue on this repository.

Credits

@AvicennaJr and Claude 3.5 Sonnet