millsks / django-site-styler-admin

A Django application that will assist site administrators in customizing visual styles used when rendering pages
Apache License 2.0
0 stars 0 forks source link

Create a django project from django-cookiecutter #26

Closed millsks closed 1 month ago

millsks commented 1 month ago
  1. Install the cookiecutter package into the django-css-admin-py312 environment
  2. Create a cookiecutter project from the cookiecutter-django starter using the cruft utility.
    cruft create https://github.com/cookiecutter/cookiecutter-django
millsks commented 1 month ago
(venv) (django-css-admin-py312) millsks@ATREIDES:~/UserLocal/src/code/Public-Git/millsks/django-css-admin$ cruft create https://github.com/cookiecutter/cookiecutter-django
  [1/27] project_name (My Awesome Project): django-css-admin
  [2/27] project_slug (django_css_admin):
  [3/27] description (Behold My Awesome Project!): A Django application that assists site administrators in customizing visual styles used when rendering pages.
  [4/27] author_name (Daniel Roy Greenfeld): Kevin Samuel Mills
  [5/27] domain_name (example.com): localhost
  [6/27] email (kevin-samuel-mills@localhost): millsks@gmail.com
  [7/27] version (0.1.0): 2024.08.03
  [8/27] Select open_source_license
    1 - MIT
    2 - BSD
    3 - GPLv3
    4 - Apache Software License 2.0
    5 - Not open source
    Choose from [1/2/3/4/5] (1): 4
  [9/27] Select username_type
    1 - username
    2 - email
    Choose from [1/2] (1):
  [10/27] timezone (UTC):
  [11/27] windows (n):
  [12/27] Select editor
    1 - None
    2 - PyCharm
    3 - VS Code
    Choose from [1/2/3] (1): 2
  [13/27] use_docker (n):
  [14/27] Select postgresql_version
    1 - 16
    2 - 15
    3 - 14
    4 - 13
    5 - 12
    Choose from [1/2/3/4/5] (1):
  [15/27] Select cloud_provider
    1 - AWS
    2 - GCP
    3 - Azure
    4 - None
    Choose from [1/2/3/4] (1): 4
  [16/27] Select mail_service
    1 - Mailgun
    2 - Amazon SES
    3 - Mailjet
    4 - Mandrill
    5 - Postmark
    6 - Sendgrid
    7 - Brevo
    8 - SparkPost
    9 - Other SMTP
    Choose from [1/2/3/4/5/6/7/8/9] (1): 9
  [17/27] use_async (n): n
  [18/27] use_drf (n): y
  [19/27] Select frontend_pipeline
    1 - None
    2 - Django Compressor
    3 - Gulp
    4 - Webpack
    Choose from [1/2/3/4] (1):
  [20/27] use_celery (n):
  [21/27] use_mailpit (n):
  [22/27] use_sentry (n):
  [23/27] use_whitenoise (n): y
  [24/27] use_heroku (n): n
  [25/27] Select ci_tool
    1 - None
    2 - Travis
    3 - Gitlab
    4 - Github
    5 - Drone
    Choose from [1/2/3/4/5] (1): 4
  [26/27] keep_local_envs_in_vcs (y):
  [27/27] debug (n): y
 [INFO]: .env(s) are only utilized when Docker Compose and/or Heroku support is enabled so keeping them does not make sense given your current setup.
 [WARNING]: You chose to not use any cloud providers nor Docker, media files won't be served in production.
 [SUCCESS]: Project initialized, keep up the good work!