Skip to content

Walid branch #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 71 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
65f0e30
first
Aug 25, 2024
d485718
first
Aug 25, 2024
ef4cf99
ckeditor added
Aug 26, 2024
eef0634
new theme
Aug 26, 2024
04afcd3
0
tej589 Sep 1, 2024
daac6fe
gitignore added
Oct 26, 2024
1fcbba8
fixed requirements
Oct 26, 2024
d87bb95
removing cache
Nov 1, 2024
5f27854
fixed requirements
Nov 1, 2024
5157593
updating readme
Nov 1, 2024
a29e529
updating readme
Nov 1, 2024
33ce4ef
updating readme
Nov 1, 2024
74da225
some changes
Nov 9, 2024
8e4164a
some to do s
Nov 9, 2024
caf47e6
Ajout
hajriislem01 Nov 13, 2024
b8c53f4
admin_change
hajriislem01 Nov 14, 2024
49bdacb
modif 1.0
hajriislem01 Nov 15, 2024
1bcb53d
modif_1.1
hajriislem01 Nov 15, 2024
ae81499
modif_1.2
hajriislem01 Nov 16, 2024
be864f9
to prod
Nov 16, 2024
1bc6b80
added dockerfile
Nov 16, 2024
33dc81d
adding gunicorn
Nov 16, 2024
28d9ae6
prod deployment
Nov 16, 2024
fb6317b
working on prod
Nov 18, 2024
db50ac3
env var config
Nov 18, 2024
63bea5e
testing
Nov 18, 2024
a8b98b4
merging env var
Nov 18, 2024
e86ce50
fixing home
Nov 18, 2024
328ef13
removing db
Nov 18, 2024
5cda05e
fixing db
Nov 18, 2024
7468a0d
delete db from git
Nov 18, 2024
b38c2c4
merging env var
Nov 18, 2024
f75b0a2
adding all posts
Nov 19, 2024
b11d552
ajout_posts
hajriislem01 Nov 20, 2024
7226383
modif1.5
hajriislem01 Nov 22, 2024
4b0a039
modif1.5
hajriislem01 Nov 28, 2024
4117c04
comments, homepage & post-details UI
WeslatiWalid Nov 29, 2024
46549b1
modif1.6
hajriislem01 Nov 29, 2024
db96b30
ok
hajriislem01 Nov 29, 2024
492d393
add_comment
hajriislem01 Dec 19, 2024
b096733
add_profile
hajriislem01 Dec 23, 2024
3300218
adding Replys to Comments
WeslatiWalid Dec 23, 2024
c87b61d
merege
WeslatiWalid Dec 23, 2024
0ce6d6a
login
hajriislem01 Dec 24, 2024
1eee5a2
removing sqlite
Dec 24, 2024
7da7a59
profile
hajriislem01 Dec 24, 2024
84c5159
fixing reply & comments
WeslatiWalid Dec 25, 2024
b979c94
rm db
WeslatiWalid Dec 25, 2024
e0cd4c3
auteur_de_mois
hajriislem01 Dec 27, 2024
ed22940
sql remove
hajriislem01 Dec 27, 2024
fc3906d
Merge branch 'islem_branch' into fix_reply
mmby85 Dec 27, 2024
5d31ee5
Merge pull request #1 from mmby85/fix_reply
mmby85 Dec 27, 2024
36448e2
Merge pull request #2 from mmby85/islem_branch
mmby85 Dec 27, 2024
ddf3437
Merge remote-tracking branch 'origin/fix_reply'
Dec 27, 2024
4a32a12
fixed merged
Dec 27, 2024
7b2286c
change category
Dec 27, 2024
fd397d5
rm migrations
Dec 27, 2024
d11d4db
Merge branch 'main' of github.com:mmby85/bizz2goo
Dec 27, 2024
d4d28b1
images & author bugs
WeslatiWalid Feb 11, 2025
05a3189
latest updates
WeslatiWalid Feb 25, 2025
884709f
latest changes
WeslatiWalid Apr 4, 2025
e710782
UI & Typo updates
WeslatiWalid Apr 24, 2025
6672db6
UI Updates
WeslatiWalid Apr 28, 2025
1be9287
latest updates
WeslatiWalid May 12, 2025
688b2d9
Include static files
WeslatiWalid Jun 8, 2025
d392adc
Include static filess
WeslatiWalid Jun 8, 2025
354e493
Include static files and update .gitignore
WeslatiWalid Jun 8, 2025
6499b04
UI tweeks & adding email forms
WeslatiWalid Jun 20, 2025
84ba8fe
fix email settings
WeslatiWalid Jun 20, 2025
922e605
UI mobile Responsive Tweeks & adding newslettre functionality
WeslatiWalid Jul 3, 2025
dead46c
enable posts Date&Time editing
WeslatiWalid Jul 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updating readme
  • Loading branch information
mmby85 committed Nov 1, 2024
commit a29e529eac64c6ca1872a01a7350beb0a08694ab
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@

Installation
# Installation

```
python -m venv venv

# linux
source venv/bin/activate

#windows
venv\Scripts\activate

pip install -r requirements.txt

python manage.py makemigrations
Expand Down