Skip to content

This is a Django Cookiecutter template designed to kickstart your Django projects. It comes with pre-configured settings, pre-installed Django apps for common functionalities, and pre-configured database and static files settings. This template aims to provide a solid starting point for Django projects with a focus on simplicity, ease of use...

Notifications You must be signed in to change notification settings

MeJaM35/Django-CookieCutter

Repository files navigation

Django Cookiecutter Template

This repository contains a Django Cookiecutter template that you can use to kickstart your Django projects.

Features

  • Pre-configured settings for quick setup.
  • Pre-installed Django apps for common functionalities.
  • Pre-configured database settings.
  • Pre-configured static files settings.

Getting Started

Follow these steps to get the project up and running on your local machine:

  1. Clone the GitHub repository
    git clone https://github.com/yourusername/Django-CookieCutter.git
  2. Create a Python virtual environment
    python3 -m venv env
    source env/bin/activate
  3. Install the requirements
    pip install -r requirements.txt
  4. Make migrations
    python manage.py makemigrations
  5. Migrate the database
    python manage.py migrate
  6. Run the server
    python manage.py runserver

Alternatively, Use Docker:

  1. Clone the GitHub repository

    git clone https://github.com/yourusername/Django-CookieCutter.git
  2. Navigate to the github repository

    cd some/filepath/Django-CookieCutter
  3. Build the image

    docker build -t image-name
  4. Run the Container

    docker run -p 8000:8000 image-name
    

Now, you should be able to see the application running at 127.0.0.1:8000 in your web browser. Enjoy coding!

Customizing the Template

You can customize this template to suit your needs. For example, you can add or remove Django apps, change the database settings, or modify the static files settings.

Contributing

Contributions are welcome! Please read the contributing guidelines before getting started.

Contact

If you have any questions, feel free to reach out to me at '''[email protected]'''.

About

This is a Django Cookiecutter template designed to kickstart your Django projects. It comes with pre-configured settings, pre-installed Django apps for common functionalities, and pre-configured database and static files settings. This template aims to provide a solid starting point for Django projects with a focus on simplicity, ease of use...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •