From 01a3f74dbcdf243aa59d00918d7e44a22d195353 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 3 Jan 2026 17:45:54 +0000 Subject: [PATCH] Mufasa --- config/__pycache__/settings.cpython-311.pyc | Bin 5552 -> 5593 bytes config/__pycache__/urls.cpython-311.pyc | Bin 1557 -> 1660 bytes config/settings.py | 2 + config/urls.py | 1 + core/__pycache__/admin.cpython-311.pyc | Bin 212 -> 457 bytes core/__pycache__/forms.cpython-311.pyc | Bin 0 -> 682 bytes core/__pycache__/models.cpython-311.pyc | Bin 209 -> 2356 bytes core/__pycache__/urls.cpython-311.pyc | Bin 347 -> 573 bytes core/__pycache__/views.cpython-311.pyc | Bin 1364 -> 1533 bytes core/admin.py | 4 +- core/forms.py | 5 + core/migrations/0001_initial.py | 33 ++++ .../__pycache__/0001_initial.cpython-311.pyc | Bin 0 -> 1704 bytes core/models.py | 26 ++- core/templates/base.html | 65 +++++--- core/templates/core/dashboard.html | 27 ++++ core/templates/core/index.html | 150 ++---------------- core/templates/registration/login.html | 20 +++ core/templates/registration/signup.html | 20 +++ core/urls.py | 4 +- core/views.py | 33 ++-- static/css/custom.css | 57 ++++++- staticfiles/css/custom.css | 66 ++++++-- 23 files changed, 316 insertions(+), 197 deletions(-) create mode 100644 core/__pycache__/forms.cpython-311.pyc create mode 100644 core/forms.py create mode 100644 core/migrations/0001_initial.py create mode 100644 core/migrations/__pycache__/0001_initial.cpython-311.pyc create mode 100644 core/templates/core/dashboard.html create mode 100644 core/templates/registration/login.html create mode 100644 core/templates/registration/signup.html diff --git a/config/__pycache__/settings.cpython-311.pyc b/config/__pycache__/settings.cpython-311.pyc index 5be02db206d695487566bb415cb6b1e287631fb4..a812f441f78c730ec9d1d9ef911c9cc9df93cbbd 100644 GIT binary patch delta 628 zcmdm>eN&rvIWI340}$+Wjm%7&$ScWsW25?OMz$!a6xkHH$tFyJlM5N;>XlNsmN79f ztOjBTU}8vR&H`%$@l%vjR8ZwpR8!P48B^5fuxBzxNvCL}Xaac}DOzAs8%*kCGN!Xc z$)xB;$)@N<$)yNJ$pf)Mihh)0Drbs86*mJzloF6-SjAn>zyM?zfrNmxF^EoQj#5T* zgh`4isw1LQ&{UYAdm~B}s6q`*m3fK-LgNKcxh~5^1OyZmkkXGMCDBpYHekiu%^T3Wzwz0fzF2e*K# zVtshTkHJG5*h@n~8QW-G@OFHffKZp^D8LT^6+`fLQpIEuLJ($M2;`wghN`HzW+6)u zCCd;aZg3C}OE1L9N_7enXLf|hDqF4d6|2d=y1{ErBx~c2I?PfE(nb@+H;ynO12z-k zXGFk6Z9>*aX_$@1aug(J;&UKr*5UN@QY_L>vEYKTD delta 130 zcmeyvGnGeuIWI340}#kssATG}Ffcp@abSQQ%J|GRQN5ojooV6&aZ%1x_AEY_f)uVQ zZU%-m+>;#`MJ6jS$}@skqMSUz3@JdY$-6m@@hsEk02T>GrjHDhvsn8%Kd>_MGc|C3 K;F>JMmH+^ZiWt2B diff --git a/config/settings.py b/config/settings.py index 291d043..6ee01d0 100644 --- a/config/settings.py +++ b/config/settings.py @@ -90,6 +90,8 @@ TEMPLATES = [ }, ] +LOGIN_REDIRECT_URL = 'dashboard' + WSGI_APPLICATION = 'config.wsgi.application' diff --git a/config/urls.py b/config/urls.py index bcfc074..270c09c 100644 --- a/config/urls.py +++ b/config/urls.py @@ -22,6 +22,7 @@ from django.conf.urls.static import static urlpatterns = [ path("admin/", admin.site.urls), path("", include("core.urls")), + path("accounts/", include("django.contrib.auth.urls")), ] if settings.DEBUG: diff --git a/core/__pycache__/admin.cpython-311.pyc b/core/__pycache__/admin.cpython-311.pyc index cd6f855b12f4883b1ba9de01c54245c53aacd714..8e7769782d7f77ff8191562266d92e235a1f6984 100644 GIT binary patch literal 457 zcma)1F-yZh6n>XW+EQ$nZlQy?Ww7}J;#S;5=w!Au_pE7?T)8BupqrDEo2!#j{4=Q( z3^xf*-GpwPyi)^J9DIED-ggha@4kC%wVI&ns(&0_s`;ibRnc#4i~7%&n+Ogut> z8H`3oOg$Q#o=E`7*s5grwTf*{qz?q(Nu96ym&W|9VdelFYpE?9A}ycAVY1Yojv=i< z#)FBh9|?XEMtJDdWt)xtWW;*`Pcjh>h5nJO#hhW33LRMJtkO)w3}r*$C`>aHGgzrD ztasg09;2HN^CZh%JjWoBYLSr;PIm_eEQ&b*R)=?VS=r sO4u%bqJ*8|FT8?v-F$)0GjwkIbFdd+7hsng+k-iD7tk##h%NQX2Yh#D`v3p{ delta 163 zcmX@fe1)-oIWI340}y=Q^((_3NIwQ~V1NnA_$&luOlL@8NMX!j$YqRTWMoKT3TDt` zehE^b$#{!3F(o%M&rg%-7GFwMVqSW_UUGh3Nl|7}5i?N1N`}uMb-#4=GxBp&^-GgV o^GZtfQ!7%FOD7vJs&R1uB^iOZSaxy(qZIcA1_dB0Vgrf*0HanVx&QzG diff --git a/core/__pycache__/forms.cpython-311.pyc b/core/__pycache__/forms.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34f4698a71f5701c7ff9a0971ce040d18e312a8b GIT binary patch literal 682 zcmZ`#y>8S%5T5nVDOiq3BnpsH7$JeKz?LXLLWl+~h$aP53fwGv-r>%{KbN(g98@VN zc!Rt_0Kvl;DH12QROt>KRSLwceTNhYW_M=4+1Z(IWC5;#oj)S==LV0tg|K5E=%cxxb20FVgsGo*KkQ+DT|ji}>uu*^Nip z-b7bE|4p%XcV6H@6)Tj!_dL^Gc)~jrNi01~MVxp-N`*z?_l?F$#gr$QjmmLzWsJ#$ zmpCnV`n_h2^Gu}3dE;=N=CVpOb~!(&MAAi+p1pAfy6AR{iEQka;4>_Aix+o;ah_sO z4XdoI0-R!0mAMLza`mQ|hzNryR~WS4JAh%mOJ>(0 zp&WeRz=1;#m59_v;zS#TLk|5z?8s8Al`2K*i5n3;aq4@!{=h&wp85H`d2e@S-uunl zKa$A=fwpz;r^1ghLjFOe*`$VW5`eHrEMifc6ltDPlm%NT#`3XHj@e>S%1fav+Hz6J zE0hT2D`H98#F80ZRhut8fK^_=h*~}#dMV(g{*PBeAWUHriyg)f1b7}s)U3odIRNoR zbAsfxclv443snU_>o1Tk*?J8qxDgEc$tb`c*&?g(AGP0L zbD+1pK^LBhuwX2=DWpFaQT|IZkTMsbUB-dLYrNG5-7Uv`CQjGli_)?4Hft74FQx%z4!XBnM!IL z`cwb+pCbuT9Y4WM=O7rWuH&9`JxJ&}yu4(i+@ErhHx{--dX7g*$fMQ`WARJ4mas%% zl4ePeSUFI>YkzP1m&P@@&0l^cT6-GrC^_=JZTed!}kV zQ{``vBzKS`=OJ1TSAkr}9&;=xHh8LLLs^4yk^_Kb2>h1cw84KnA^WWodB#k(D3Awk zZM(!^$(|1fqz)=a8r(Cn@SuU>F0L}u_X64E%L^(bVE*N0%6M!;#qjZPYu>=?Gk@q-R7@$v*=t#?ONfJAnjHS|@{*&R!>DmCjx#*-B@xliQWf zek@89s^mr3ncMyLEzbYjHg-!C?#V^iS=zPH_YV3tJi3XHDEIATp3YY2NR^J%=*Y1k e;93B0V??;sno%!vrF0P3NC(@l&6#jIOxl0OCkQnF literal 209 zcmZ3^%ge<81S>LrWmp2~#~=<2FhLogg@BCd3@HpLj5!Rsj8Tk?3@J>(44TX@K?*b( zZ?Wa(r=;c-`)M-W;!Md(%uCPLOGzqX21>4E_zY6>OHV%|KQ~psG^sSNq*On(A~m_R zB)>?%JijQrxF9h(RX;huC{-U~j9x+IFAf_ZyEG@&u80Guoe_wOWr4&8W=2NF8w@fR Ku%RM0pb7xTsWln^ diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index 1f807fae1897c89361c99c5e868a26d00799b73f..027782fccbeb531315bdbec6331f61d3738c432e 100644 GIT binary patch literal 573 zcmZ`#y-O=W5TDJ>-Q`1hB5587>BNBKiZm(YRoYnCs1LkG&g_yzb06&G{A?`6N^G>W zQXjrQz(3;xSIAa^m0iHj%GtySiq6jN&dl#Ovom`$Iavgf`=yP}fbJ*ljKzL8Ue3w5 z01ljW!DlXGz;oQ_=6u67e00$_U6Vl$1mh?SZvMBf4S+k^BN-yLK%V~=DG+XMTVwV$ z8Fym`c=2ma%W!R8T7~Mwvu0J9!pQ5jpP6>6|6^pJ7Q0P zG~ZJK&liWq50)eK`-gT++$3_8H8NJJc~#=uUeF3_iR{Kw&!o&DfXD^gHapX0H(+nlS^h7N>c+D^P zAy2yEkDR7tJy?87$G~8WJ-|%*Ss$U6{;UHF%);^F$@IzErIli(kChB7516Oe%-O-! uQHu3G)-$Y+V!zY!?AdZwp6!?Cvhv*Reu|AgHZp7sZ2XlwF6kwwsGT>^8kQCS delta 233 zcmdnXa+}F%IWI340}vcY|CNyiq#uJgFu)3Be6|5HrZc24q%h_%pcSmERlMqe&IpdiSQVz0@o8D-4GFEF5>4{Qvq joDD7=LLDJ9*eaCek{yyUNUN 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 literal 0 HcmV?d00001 diff --git a/core/models.py b/core/models.py index 71a8362..511d03c 100644 --- a/core/models.py +++ b/core/models.py @@ -1,3 +1,27 @@ from django.db import models +from django.contrib.auth.models import User +from django.db.models.signals import post_save +from django.dispatch import receiver -# Create your models here. +class Stock(models.Model): + ticker = models.CharField(max_length=10, unique=True) + name = models.CharField(max_length=100) + + def __str__(self): + return f'{self.name} ({self.ticker})' + +class Profile(models.Model): + user = models.OneToOneField(User, on_delete=models.CASCADE) + watchlist = models.ManyToManyField(Stock, blank=True) + + def __str__(self): + return f'{self.user.username}\'s Profile' + +@receiver(post_save, sender=User) +def create_user_profile(sender, instance, created, **kwargs): + if created: + Profile.objects.create(user=instance) + +@receiver(post_save, sender=User) +def save_user_profile(sender, instance, **kwargs): + instance.profile.save() \ No newline at end of file diff --git a/core/templates/base.html b/core/templates/base.html index 1e7e5fb..df33f2e 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -1,25 +1,54 @@ - - - {% block title %}Knowledge Base{% endblock %} - {% if project_description %} - - - - {% endif %} - {% if project_image_url %} - - - {% endif %} - {% load static %} - - {% block head %}{% endblock %} + + + {% block title %}Stock Pulse{% endblock %} + + + + + {% load static %} + + - - {% block content %}{% endblock %} + + +
+ {% block content %} + {% endblock %} +
+ + - diff --git a/core/templates/core/dashboard.html b/core/templates/core/dashboard.html new file mode 100644 index 0000000..c7164bb --- /dev/null +++ b/core/templates/core/dashboard.html @@ -0,0 +1,27 @@ +{% extends 'base.html' %} + +{% block title %}Dashboard{% endblock %} + +{% block content %} +
+

My Dashboard

+
+ +
+
+ My Watchlist +
+
+ {% if watchlist %} +
    + {% for stock in watchlist %} +
  • {{ stock.name }} ({{ stock.ticker }})
  • + {% endfor %} +
+ {% else %} +

Your watchlist is empty. Add stocks to get started.

+ {% endif %} +
+
+
+{% endblock %} diff --git a/core/templates/core/index.html b/core/templates/core/index.html index faec813..b1600eb 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -1,145 +1,13 @@ -{% extends "base.html" %} +{% extends 'base.html' %} -{% block title %}{{ project_name }}{% endblock %} - -{% block head %} - - - - -{% endblock %} +{% block title %}Welcome to Stock Pulse{% endblock %} {% block content %} -
-
-

Analyzing your requirements and generating your app…

-
- Loading… -
-

AppWizzy AI is collecting your requirements and applying the first changes.

-

This page will refresh automatically as the plan is implemented.

-

- Runtime: Django {{ django_version }} · Python {{ python_version }} - — UTC {{ current_time|date:"Y-m-d H:i:s" }} -

-
-
-
- Page updated: {{ current_time|date:"Y-m-d H:i:s" }} (UTC) -
+
+

Welcome to Stock Pulse

+

Your personal stock tracking and alert platform.

+
+

Track your favorite stocks, get real-time price alerts, and never miss a market move.

+ Get Started +
{% endblock %} \ No newline at end of file diff --git a/core/templates/registration/login.html b/core/templates/registration/login.html new file mode 100644 index 0000000..5bf4079 --- /dev/null +++ b/core/templates/registration/login.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} + +{% block title %}Login{% endblock %} + +{% block content %} +
+
+
+
+

Login

+
+ {% csrf_token %} + {{ form.as_p }} + +
+
+
+
+
+{% endblock %} \ No newline at end of file diff --git a/core/templates/registration/signup.html b/core/templates/registration/signup.html new file mode 100644 index 0000000..15eb8b3 --- /dev/null +++ b/core/templates/registration/signup.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} + +{% block title %}Sign Up{% endblock %} + +{% block content %} +
+
+
+
+

Sign Up

+
+ {% csrf_token %} + {{ form.as_p }} + +
+
+
+
+
+{% endblock %} \ No newline at end of file diff --git a/core/urls.py b/core/urls.py index 6299e3d..94acbd2 100644 --- a/core/urls.py +++ b/core/urls.py @@ -1,7 +1,9 @@ from django.urls import path -from .views import home +from .views import home, dashboard, SignUpView urlpatterns = [ path("", home, name="home"), + path("dashboard/", dashboard, name="dashboard"), + path("signup/", SignUpView.as_view(), name="signup"), ] diff --git a/core/views.py b/core/views.py index c9aed12..0f27a69 100644 --- a/core/views.py +++ b/core/views.py @@ -3,23 +3,24 @@ import platform from django import get_version as django_version from django.shortcuts import render -from django.utils import timezone +from django.urls import reverse_lazy +from django.views.generic.edit import CreateView +from django.contrib.auth.decorators import login_required + +from .forms import SignUpForm def home(request): - """Render the landing screen with loader and environment details.""" - host_name = request.get_host().lower() - agent_brand = "AppWizzy" if host_name == "appwizzy.com" else "Flatlogic" - now = timezone.now() + return render(request, "core/index.html") + +@login_required +def dashboard(request): + watchlist = request.user.profile.watchlist.all() + return render(request, 'core/dashboard.html', {'watchlist': watchlist}) + +class SignUpView(CreateView): + form_class = SignUpForm + success_url = reverse_lazy("login") + template_name = "registration/signup.html" + - context = { - "project_name": "New Style", - "agent_brand": agent_brand, - "django_version": django_version(), - "python_version": platform.python_version(), - "current_time": now, - "host_name": host_name, - "project_description": os.getenv("PROJECT_DESCRIPTION", ""), - "project_image_url": os.getenv("PROJECT_IMAGE_URL", ""), - } - return render(request, "core/index.html", context) diff --git a/static/css/custom.css b/static/css/custom.css index 925f6ed..2c5c32a 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,4 +1,55 @@ -/* Custom styles for the application */ -body { - font-family: system-ui, -apple-system, sans-serif; +:root { + --dark-blue: #0A192F; + --slate: #8892B0; + --light-slate: #CCD6F6; + --accent-green: #64FFDA; + --background-light-navy: #0E1F3A; +} + +body { + font-family: 'Inter', sans-serif; + background-color: var(--dark-blue); + color: var(--light-slate); +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Poppins', sans-serif; + color: var(--light-slate); +} + +.bg-dark-2 { + background-color: var(--background-light-navy) !important; +} + +.bg-dark-3 { + background-color: #0A192F !important; + border-bottom: 1px solid #1d2d4a; +} + +.btn-success { + background-color: var(--accent-green); + border-color: var(--accent-green); + color: var(--dark-blue) !important; + font-weight: bold; +} + +.navbar-brand { + font-family: 'Poppins', sans-serif; +} + +.form-control { + background-color: #1d2d4a; + border-color: var(--slate); + color: var(--light-slate); +} + +.form-control:focus { + background-color: #1d2d4a; + border-color: var(--accent-green); + color: var(--light-slate); + box-shadow: 0 0 0 0.25rem rgba(100, 255, 218, 0.25); +} + +.card { + border-color: #1d2d4a; } diff --git a/staticfiles/css/custom.css b/staticfiles/css/custom.css index 108056f..2c5c32a 100644 --- a/staticfiles/css/custom.css +++ b/staticfiles/css/custom.css @@ -1,21 +1,55 @@ - :root { - --bg-color-start: #6a11cb; - --bg-color-end: #2575fc; - --text-color: #ffffff; - --card-bg-color: rgba(255, 255, 255, 0.01); - --card-border-color: rgba(255, 255, 255, 0.1); + --dark-blue: #0A192F; + --slate: #8892B0; + --light-slate: #CCD6F6; + --accent-green: #64FFDA; + --background-light-navy: #0E1F3A; } + body { - margin: 0; font-family: 'Inter', sans-serif; - background: linear-gradient(45deg, var(--bg-color-start), var(--bg-color-end)); - color: var(--text-color); - display: flex; - justify-content: center; - align-items: center; - min-height: 100vh; - text-align: center; - overflow: hidden; - position: relative; + background-color: var(--dark-blue); + color: var(--light-slate); +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Poppins', sans-serif; + color: var(--light-slate); +} + +.bg-dark-2 { + background-color: var(--background-light-navy) !important; +} + +.bg-dark-3 { + background-color: #0A192F !important; + border-bottom: 1px solid #1d2d4a; +} + +.btn-success { + background-color: var(--accent-green); + border-color: var(--accent-green); + color: var(--dark-blue) !important; + font-weight: bold; +} + +.navbar-brand { + font-family: 'Poppins', sans-serif; +} + +.form-control { + background-color: #1d2d4a; + border-color: var(--slate); + color: var(--light-slate); +} + +.form-control:focus { + background-color: #1d2d4a; + border-color: var(--accent-green); + color: var(--light-slate); + box-shadow: 0 0 0 0.25rem rgba(100, 255, 218, 0.25); +} + +.card { + border-color: #1d2d4a; }