Skip to content

Commit

Permalink
feat: update text references to refer to Scaf instead of Sixie (#393)
Browse files Browse the repository at this point in the history
Co-authored-by: abosio <abosio@sixfeetup.com>
  • Loading branch information
abosio and abosio authored Sep 23, 2024
1 parent 3e62d02 commit 5288cf0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ fabric.properties
# VcsDirectoryMappings
.idea/vcs.xml

.idea/cookiecutter-sixiedjango.iml
.idea/inspectionProfiles/profiles_settings.xml
.idea/misc.xml

Expand Down
4 changes: 2 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"project_name": "My Awesome Sixie Project",
"project_name": "My Awesome Scaf Project",
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}",
"project_dash": "{{ cookiecutter.project_name.lower()|replace(' ', '-')|replace('_', '-')|replace('.', '-')|trim() }}",
"description": "Behold My Awesome Project!",
"author_name": "Joe Sixie",
"author_name": "Joe Scaf",
"domain_name": "sixfeetup.com",
"email": "{{ cookiecutter.author_name.lower()|replace(' ', '-') }}@{{ cookiecutter.domain_name }}",
"version": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test-configs/nextjs-django-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default_context:
project_dash: my-awesome-scaf-project
project_name: My Awesome Scaf Project
project_slug: my_awesome_scaf_project
repo_name: my_awesome_sixie_project
repo_name: my_awesome_scaf_project
repo_url: git@github.com:sixfeetup/my_awesome_scaf_project.git
source_control_organization_slug: sixfeetup
source_control_provider: github.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
{% endif %}

{% block content %}
<p>Use this document as a way to quick start any new project.</p>
<p>Welcome to your brand-new <a href="https://github.com/sixfeetup/scaf">Scaf</a>-powered Django project! Your development journey starts here. Explore, build, and innovate with speed and ease.</p>
{% endblock content %}

</div> <!-- /container -->
Expand Down

0 comments on commit 5288cf0

Please # to comment.