Surya
|
b3be15b09e
|
Delete templates/users/profile.html
|
2024-07-24 22:51:28 +02:00 |
Surya
|
dae1b0cb7f
|
Delete templates/users/register.html
|
2024-07-24 22:51:23 +02:00 |
Surya
|
5d402e7d67
|
Delete users/models.py
|
2024-07-24 22:50:20 +02:00 |
Surya
|
e4c441848e
|
Delete users/forms.py
|
2024-07-24 22:50:15 +02:00 |
Surya
|
212c7b033f
|
Delete users/__init__.py
|
2024-07-24 22:50:09 +02:00 |
Surya
|
70ca6c2f48
|
Delete users/apps.py
|
2024-07-24 22:50:03 +02:00 |
Surya
|
19cb537864
|
Delete users/admin.py
|
2024-07-24 22:49:57 +02:00 |
Surya
|
c1b711fe6a
|
Delete users/signals.py
|
2024-07-24 22:49:47 +02:00 |
Surya
|
22a53d09ec
|
Delete users/tests.py
|
2024-07-24 22:49:40 +02:00 |
Surya
|
ee1a702618
|
Delete users/views.py
|
2024-07-24 22:49:32 +02:00 |
Surya
|
cb4e2d2236
|
Delete users/urls.py
|
2024-07-24 22:49:18 +02:00 |
Surya
|
7bc99713c8
|
Update BH/urls.py
|
2024-07-24 22:48:46 +02:00 |
Surya
|
0e27feddb4
|
Update BH/settings.py
|
2024-07-24 22:43:16 +02:00 |
Surya
|
9de438c885
|
Delete templates/blog/blogCreate.html
|
2024-07-24 22:42:02 +02:00 |
Surya
|
9a6a88e695
|
Update blog/views.py
|
2024-07-24 22:41:34 +02:00 |
Surya
|
826d8aa56d
|
Update blog/urls.py
|
2024-07-24 22:40:56 +02:00 |
Surya
|
b15d095dc1
|
Update README.md
|
2024-07-24 22:31:09 +02:00 |
surya
|
1e5aecbd0b
|
Merge branch 'master' of https://giteabh.srv-bw.beyond-heroes.com/Surya/Website
|
2024-07-25 01:59:31 +05:30 |
surya
|
72696e3302
|
Update base.html
|
2024-07-25 01:59:25 +05:30 |
Surya
|
3eed3e280d
|
Made the `SECRET` secret
Made the `SECRET KEY` secret by using .env
|
2024-07-24 22:27:33 +02:00 |
Surya
|
21624d015b
|
Merge pull request 'blog/create is now just accessible if you have the staff flag' (#3) from create_as_staff into master
Reviewed-on: #3
|
2024-07-20 04:35:43 +02:00 |
Jukoga
|
bc428552a5
|
blog/create is now just accessible if you have the staff flag
|
2024-07-17 12:39:00 +02:00 |
surya
|
9873a7db28
|
Changed Login Redirect
Changed Login Redirect from 'Home' to 'News'
|
2024-07-17 05:48:28 +05:30 |
surya
|
bdc8451f22
|
Added the Post Button when Staff
Added the ability to post directly from the navbar when logged in as a staff member `User.is_staff == True`
|
2024-07-17 05:43:05 +05:30 |
Surya
|
bef63db9d1
|
Update README.md
updated the development
|
2024-07-16 18:28:44 +02:00 |
surya
|
6a3eecddb9
|
Updated to Blog Detail
Improved the Blog Detailed page and added the link from news page to Blog Detailed page
|
2024-07-16 21:55:12 +05:30 |
surya
|
e232fec118
|
Cleanup
cleaned up useless code
|
2024-07-16 14:57:51 +05:30 |
surya
|
9cae5bc994
|
Removed Posts
removed the `posts` class and allied functionality
|
2024-07-16 14:47:16 +05:30 |
Surya
|
62e1a1dd3a
|
Merge pull request 'new_req' (#2) from new_req into master
Reviewed-on: #2
|
2024-07-15 16:49:40 +02:00 |
Jukoga
|
f39c272265
|
updated README.md and fixed typos
|
2024-07-15 15:47:29 +02:00 |
Jukoga
|
2aba6b9853
|
cleaned requirements.txt
|
2024-07-15 15:47:11 +02:00 |
Surya
|
fbe72c0185
|
Update README.md
|
2024-07-13 07:54:28 +02:00 |
surya
|
e5813ca7d8
|
Added the Dev, Support Pages
Implemented the `/dev/` and `/dev/support/` routes and placeholder pages
|
2024-07-13 11:18:31 +05:30 |
surya
|
7c0c571a15
|
Create .gitignore
added the .gitignore so now the databases will be left out
|
2024-07-13 05:48:52 +05:30 |
surya
|
7523626b58
|
Update requirements..txt
made the necessary changes
|
2024-07-11 14:30:01 +05:30 |
Surya
|
7edf61055b
|
Create requirements.txt
added the requirements as requested
|
2024-07-08 20:40:07 +05:30 |
Surya
|
7ef1ffdbb8
|
Update README.md
|
2024-07-07 08:24:44 +02:00 |
surya
|
5b9e0bce2d
|
Merge branch 'master' of https://giteabh.srv-bw.beyond-heroes.com/Surya/Website
|
2024-07-07 11:52:46 +05:30 |
surya
|
844f40b465
|
Fixed the Images
fixed the images not showing error now all images in `/media/` are accesible using `src = '/media/<name>'`
|
2024-07-07 11:51:22 +05:30 |
surya
|
1eac0d0b97
|
Updated the Sidebar
updated the sidebar on the News page to show new updates
|
2024-07-07 11:45:36 +05:30 |
Surya
|
308ec100bf
|
Add README.md
|
2024-07-07 06:42:54 +02:00 |
surya
|
28a1d92549
|
Finally changed module name
finally changed the module name and fixed the error.
|
2024-07-07 08:20:32 +05:30 |
surya
|
1e7ff8f38d
|
Added Home Page
Added the Home Page and cleared some code
|
2024-07-07 08:17:43 +05:30 |
surya
|
034be678e0
|
Another Bug Fix
Fixed the `no such table: blog_blog` error
|
2024-07-06 21:56:13 +05:30 |
surya
|
f539ee7baf
|
Another Bug Fix
Fixed errors with `user_profile not found` and added superuser
|
2024-07-06 21:04:19 +05:30 |
surya
|
a470a3b152
|
Fixed some errors
Tried to change module names but had to undo that.
|
2024-07-06 20:51:00 +05:30 |
Surya-AI
|
b003f98cba
|
initial commit
|
2024-07-06 20:29:07 +05:30 |