You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-64Lines changed: 35 additions & 64 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,8 @@ The goal of this project is to learn how to create a reusable foundation for bui
9
9
10
10
- Deploy Django on [Railway](https://kirr.co/qysgeu) with [this Dockerfile and guide](https://www.codingforentrepreneurs.com/blog/deploy-django-on-railway-with-this-dockerfile/)
11
11
- Create a One-Off Secret Key for Django [blog post](https://www.codingforentrepreneurs.com/blog/create-a-one-off-django-secret-key/)
12
-
13
-
14
-
Thank you to [Neon](https://kirr.co/eu0b31) for helping bring this course to life!
12
+
- This repo started as a course [SaaS Foundations](https://www.codingforentrepreneurs.com/courses/saas-foundations).
13
+
- Need a more advanced SaaS template? Check out [CFE Run](https://run.codingforentrepreneurs.com/).
Review the [rav.yaml](./rav.yaml) (or [rav](https://github.com/jmitchel3/rav) documentation) for available command shortcuts, here are some useful ones:
128
+
129
+
-`rav run install` - Install requirements based on `scripts.install`
130
+
-`rav run install_dev` - Install requirements for development
131
+
-`rav run makemigrations` - Make migrations
132
+
-`rav run migrate` - Run migrations
133
+
-`rav run dev` - Run the development server
134
+
-`rav run test` - Run the tests
135
+
-`rav run vendors_pull` - Download vendor static files
136
+
-`rav run collectstatic` - Collect static files
137
+
-`rav download staticfiles_prod` - Download vendor static files for production
138
+
-`rav download staticfiles_dev` - Download vendor static files for development
139
+
140
+
141
+
142
+
### Changelog
143
+
144
+
- 2025-09-02:
145
+
- Upgraded to Django 5.2
146
+
- Added Slippers for better AllAuth UI Support
147
+
- Implemented Rav to manage requirements and static files
148
+
- Updated Dockerfile to use Rav
149
+
- Updated README to include Rav
150
+
- Dropped only Neon in favor of any Postgres database (aim to make it more generic)
0 commit comments